Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added one line to allow for interactive ssh #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rmasci
Copy link

@rmasci rmasci commented Jul 1, 2019

Added one line to allow for interactive ssh commands. I have a new example in the examples directory.

Thanks,

Rich

@codecov-io
Copy link

codecov-io commented Jul 1, 2019

Codecov Report

Merging #49 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   89.22%   89.28%   +0.06%     
==========================================
  Files           1        1              
  Lines         167      168       +1     
==========================================
+ Hits          149      150       +1     
  Misses          9        9              
  Partials        9        9
Impacted Files Coverage Δ
easyssh.go 89.28% <100%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8dc53bb...c7f0c3f. Read the comment docs.

Port: "22",
Timeout: 60 * time.Second,
}
content, err := ioutil.ReadFile(*scriptFile)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SA4006: this value of err is never used (from staticcheck)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants