Error while setting up the remote computer #5347
-
Hello Everyone, Info: Testing computer for user[email protected]...
I really can't understand the source of this error. Is this due to the information I am entering while "setting up the computer" is wrong or something else? Hoping for some positive response. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Looking at paramiko/paramiko#1612 this seems to be a misleading paramiko exception that simply means that your key could not be loaded (e.g. because it has a passphrase, because it doesn't have the right file permissions, because maybe you passed the public key instead of the private one, ...) |
Beta Was this translation helpful? Give feedback.
-
Hi Eizo, here is the code where this message comes from aiida-core/aiida/orm/nodes/data/code.py Line 287 in 2f5170d Unfortunately there is a bit of a naming issue in AiiDA with the "local" and the "remote" codes. "Local code" means "store the executable in the database and copy it to the target machine when executing. It was originally meant for simple postprocessing scripts but as far as we are aware it is not really used, and I have advocated for removing this functionality. |
Beta Was this translation helpful? Give feedback.
Looking at paramiko/paramiko#1612 this seems to be a misleading paramiko exception that simply means that your key could not be loaded (e.g. because it has a passphrase, because it doesn't have the right file permissions, because maybe you passed the public key instead of the private one, ...)