lordmauve / chopsticks

Chopsticks is an orchestration library: it lets you execute Python code on remote hosts over SSH.
https://chopsticks.readthedocs.io/
Apache License 2.0
158 stars 16 forks source link

Write documentation for passwordless SSH #45

Open lordmauve opened 7 years ago

lordmauve commented 7 years ago

Chopsticks cannot currently deal with interactive password authentication.

We should ensure that this is well-documented; we could also consider adding documentation on how to configure SSH to ensure that this is the case (if it is not).

We might also want to look at how Chopsticks works with commandline ssh-askpass prompts when keys are passphrase-encrypted.