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

typo in docs #244

Closed
zeroecco opened this issue May 20, 2015 · 3 comments
Closed

typo in docs #244

zeroecco opened this issue May 20, 2015 · 3 comments

Comments

@zeroecco
Copy link

on page:
http://net-ssh.github.io/ssh/v2/api/classes/Net/SSH/Service/Forward.html

there is a typo around the forward_agent:

Net::SSH.start("remote.host", "me", :forwrd_agent => true) do |ssh|
  ssh.open_channel do |ch|
    # agent will be automatically forwarded by this point
  end
  ssh.loop
end

should be:

Net::SSH.start("remote.host", "me", :forward_agent => true) do |ssh|
  ssh.open_channel do |ch|
    # agent will be automatically forwarded by this point
  end
  ssh.loop
end
@sschuberth
Copy link
Contributor

@zeroecco This was fixed in afc95da, so would you mind closing the issue?

@mfazekas
Copy link
Collaborator

mfazekas commented Mar 6, 2016

@mfazekas mfazekas closed this as completed Mar 6, 2016
@zeroecco
Copy link
Author

zeroecco commented Mar 6, 2016

@sschuberth I didn't see your comment to me in July, would have replied if I did.

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

No branches or pull requests

3 participants