Created
January 21, 2014 17:48
-
-
Save martijnvandijk/8544647 to your computer and use it in GitHub Desktop.
Koding Issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
relevant parts of ~/.ssh/config | |
Host *.kd.io | |
User zarex95 | |
ProxyCommand ssh %[email protected] nc %h %p | |
Host koding | |
Hostname vm-0.zarex95.koding.kd.io | |
User zarex95 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ssh koding -v | |
OpenSSH_6.4, OpenSSL 1.0.1e-fips 11 Feb 2013 | |
debug1: Reading configuration data /home/martijn/.ssh/config | |
debug1: /home/martijn/.ssh/config line 19: Applying options for koding | |
debug1: Reading configuration data /etc/ssh/ssh_config | |
debug1: /etc/ssh/ssh_config line 51: Applying options for * | |
debug1: Executing proxy command: exec ssh [email protected] nc vm-0.zarex95.koding.kd.io 22 | |
debug1: permanently_drop_suid: 1000 | |
debug1: identity file /home/martijn/.ssh/id_rsa type 1 | |
debug1: identity file /home/martijn/.ssh/id_rsa-cert type -1 | |
debug1: identity file /home/martijn/.ssh/id_dsa type -1 | |
debug1: identity file /home/martijn/.ssh/id_dsa-cert type -1 | |
debug1: identity file /home/martijn/.ssh/id_ecdsa type -1 | |
debug1: identity file /home/martijn/.ssh/id_ecdsa-cert type -1 | |
debug1: Enabling compatibility mode for protocol 2.0 | |
debug1: Local version string SSH-2.0-OpenSSH_6.4 | |
ssh_exchange_identification: Connection closed by remote host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment