-
Notifications
You must be signed in to change notification settings - Fork 214
How to pass SSH flag -i for id_rsa #36
Comments
Same for port. |
Take a look at Line31 and at Line111
The whole thing just wraps SSH on the command line .. so based on the code above. The second %v allows for SSH parameters. Using that .. it could look something like ..
|
I tried passing parameters with quotes and without quotes, but the result is the same. Script tries to connect only to port 22.
|
Currently, I don't think they are supported, but I think you can do all that by using ~/.ssh/config file to save your SSH targets |
Sorry, the command's help is currently out-of-date with the flags. Going to fix that today in #37
|
Similarly, Feel free to re-open this issue if that's still not working for you. |
🤔
The text was updated successfully, but these errors were encountered: