You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to connect to a server using SFTP. Following this Q&A: #17300
I can connect via sftp on the command line, however when I try to use Cyberduck, I keep getting variations of this error when trying to use a single bastion:
And if I try to connect with 2 bastion servers (which I need to use in a couple of instances) I get the following error:
My .ssh/config is more or less this (I've obfuscated names of some things).
This works in Terminal to SSH and with sftp, rsync, etc., basically anything that actually honors the ~/.ssh/config. Following the guide for cyberduck, the simple "single" bastion should work, but does not. The second I might understand that it doesn't work - however if I'm to believe ProxyJump is supported, then multiple jump servers should work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to connect to a server using SFTP. Following this Q&A: #17300
I can connect via
sftpon the command line, however when I try to use Cyberduck, I keep getting variations of this error when trying to use a single bastion:And if I try to connect with 2 bastion servers (which I need to use in a couple of instances) I get the following error:

My
.ssh/configis more or less this (I've obfuscated names of some things).This works in Terminal to SSH and with sftp, rsync, etc., basically anything that actually honors the
~/.ssh/config. Following the guide for cyberduck, the simple "single" bastion should work, but does not. The second I might understand that it doesn't work - however if I'm to believeProxyJumpis supported, then multiple jump servers should work.What am I missing or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions