-
Notifications
You must be signed in to change notification settings - Fork 33
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
Make zopkio's SSH work better out of the box #40
Comments
On Linux, I can't get the SSH fix to work. I get:
I tried adding to authorized_keys, I tried SSH'ing to localhost, I tried entering both my SSH key password, and my SSH password to Zopkio. Nothing seems to work. |
This looks useful. http://stackoverflow.com/questions/14326665/ssh-python-with-paramiko-issue |
Yeah, I just built my own ssh and ftp libs. I will create a lib for running processes on clients next. Let me know if you would like some code. Zopkio could use some Pep8 linting too! |
Out of the box, when running Zopkio, we get:
To fix this, the user has to manually add their public key to .ssh/authorized_keys on all hosts, and SSH to the boxs to ensure that the keyring password is cached (at least on OSX).
It'd be nice if:
Related: http://stackoverflow.com/questions/15579117/paramiko-using-encrypted-private-key-file-on-os-x
The text was updated successfully, but these errors were encountered: