-
Notifications
You must be signed in to change notification settings - Fork 184
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
PuttyMachine fails with non-default port #85
Comments
Could you please submit a pull request?
|
I tried. I hope I did it right (apart from whether you agree with the way I fixed the issue); I don't really understand pull requests. I noticed my pull request created a new issue; is there a way I could have prevented that? |
Fix issue #85: PuttyMachine fails with non-default port.
Hi,
I have found that plumbum fails when using PuttyMachine to connect to a remote host with a non-standard ssh-port. The reason is that it uses the default "-p" parameter for specifying the port (set in SshMachine:init); however, the PuTTY plink program needs "-P" (capital P). If I change this in the plumbum source, things work as expected.
Regards,
Gertjan.
The text was updated successfully, but these errors were encountered: