Open a1ad opened 2 years ago
Documentation in Connect via SSH Tunnel Through Bastion Server.
I know. See my edit
Probably related to the same enhancement: According to the ssh_config man page, ProxyJump host1, host2
is a valid directive. However, cyberduck fails with log entry
WARN ch.cyberduck.core.threading.BackgroundCallable - Failure BackgroundException{class=class ch.cyberduck.core.exception.ResolveFailedException, file=null, message='Connection failed', detail='host1, host2', cause='java.net.UnknownHostException: host1, host2'} running background task
The same holds if I'm using the fqdn for the bastion servers.
Versions: Cyberduck 8.3.3 (37544)
Is it planned to add support in a near future for this feature ? I would be very interested :)
I can't seem the work out how to use proxyjump from my ssh config file. I have a .ssh/config with the following parameters:
In cyberduck i make a bookmark with host1 in server field but no cigar! What am I doing wrong?
Edit: proxyjump with 2 hosts is working! When i add the third one, its not.