Need help with Paramiko Error #5835
Replies: 2 comments
-
What are the supported ciphers offered by the server StackStorm is attempting to connect to? |
Beta Was this translation helpful? Give feedback.
-
I found that Python Code to see what chiper paramiko supportet: import paramiko opts = paramiko.transport.Transport(socket.socket()).get_security_options() That are the response: |
Beta Was this translation helpful? Give feedback.
-
Hello community, has anyone had this error. Im trying to run a remote action and i'm getting the following error: Paramiko error: Incompatible ssh server (no acceptable ciphers) Anyone knows how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions