How to specify the ssh_key for ssh.command()
#1651
Unanswered
erlangparasu
asked this question in
Q&A
Replies: 2 comments
-
|
Seems like this is not supported ATM. There's a dedicated hosts = [
("my-host.net", {"ssh_key": "~/path/to/key"}),
]But that would be used for the entire execution for that host, not just for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i end up with custom bash script, rather than using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to specify the
ssh_keyforssh.command()Beta Was this translation helpful? Give feedback.
All reactions