-
Notifications
You must be signed in to change notification settings - Fork 17
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
Various issues in SshComputerSetup #516
Comments
Also, the issue found in #511 (comment) I noticed the thread created in the |
@yakutovicha in ssh_copy_id the function call ssh command in subprocess, maybe it is more easy to cache the output and exception with using ssh library for example paramiko? BTW, is there any progress on the ssh light of aiida-core, what is the ssh library used there? |
Was fixed by #523
Here is a solution that is needed in my implementation that address other the private key. |
When looking at the code of
SshComputerSetup
I noticed a couple of (apparent) issues..ssh/config
file! We need to monkeypatch this.The text was updated successfully, but these errors were encountered: