https://bugzilla.mindrot.org/show_bug.cgi?id=1977
--- Comment #2 from Christoph Anton Mitterer <[email protected]> 2012-03-03 10:03:29 EST --- >I don't think that proxy command will work the way you think it >will - if the first ssh invocation emits any output or consumes >any input then it will break the client's handshake before the >second ssh starts. Well at least it works exactly as wished, when doing it with: sh -c "ssh -W %h:%p gateway1.exmaple.org || ssh -W %h:%p gateway2.exmaple.org" Here is the log output: $ ssh -vvv gar-ws-etp71.garching.physik.uni-muenchen.de OpenSSH_5.9p1 Debian-3, OpenSSL 1.0.0g 18 Jan 2012 debug1: Reading configuration data /home/calestyo/.ssh/config debug1: /home/calestyo/.ssh/config line 35: Applying options for *.garching.physik.uni-muenchen.de debug1: /home/calestyo/.ssh/config line 41: Applying options for *.uni-muenchen.de debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Executing proxy command: exec ssh -W gar-ws-etp71.garching.physik.uni-muenchen.de:22 gar-sv-login01.garching.physik.uni-muenchen.de || ssh -W gar-ws-etp71.garching.physik.uni-muenchen.de:22 gar-sv-login02.garching.physik.uni-muenchen.de debug3: Incorrect RSA1 identifier debug3: Could not load "/home/calestyo/.ssh/id_rsa" as a RSA1 public key debug1: identity file /home/calestyo/.ssh/id_rsa type 1 debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096 debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096 debug1: identity file /home/calestyo/.ssh/id_rsa-cert type -1 debug1: identity file /home/calestyo/.ssh/id_dsa type -1 debug1: identity file /home/calestyo/.ssh/id_dsa-cert type -1 debug3: Incorrect RSA1 identifier debug3: Could not load "/home/calestyo/.ssh/id_ecdsa" as a RSA1 public key debug1: identity file /home/calestyo/.ssh/id_ecdsa type 3 debug1: Checking blacklist file /usr/share/ssh/blacklist.ECDSA-521 debug1: Checking blacklist file /etc/ssh/blacklist.ECDSA-521 debug1: identity file /home/calestyo/.ssh/id_ecdsa-cert type -1 debug1: permanently_drop_suid: 1000 ssh: connect to host gar-sv-login01.garching.physik.uni-muenchen.de port 22: Connection refused ssh_exchange_identification: Connection closed by remote host $ HTH, Chris. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
