SFTP via ProxyJump #17300
-
Hi.
I’ve always used Transmit, but it does not support ProxyJump, so I normally use CLI sftp which is a pain in the ass. Cyberduck's website says that this app can handle ProxyJumps, but when I try with the Cyberduck unregistered version I get a failure and this error message: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The error Please include the log file after enabling |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Yes, it does work. I shall leave some suggestions for the next person to have this issue and pass through here.
First, double check that you remember the passphrase for your key. Open the Terminal and use
ssh-keygen -y
The system will ask you which key you want to use. If you only have one it will be preselected. Then you shall be asked for the passphrase. Type it, it's normal if nothing is shown onscreen, end with the ENTER key. If you typed the wrong one, you shall get "incorrect passphrase supplied to decrypt private key". If you are right, you will get a single line starting with ssh- continuing with the key (looks like a long password) and ending in your nick (looks like an email add…