Skip to content

Instantly share code, notes, and snippets.

@martijnvandijk
Created January 21, 2014 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martijnvandijk/8544647 to your computer and use it in GitHub Desktop.
Save martijnvandijk/8544647 to your computer and use it in GitHub Desktop.
Koding Issues
relevant parts of ~/.ssh/config
Host *.kd.io
User zarex95
ProxyCommand ssh %r@ssh.koding.com nc %h %p
Host koding
Hostname vm-0.zarex95.koding.kd.io
User zarex95
$ 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 zarex95@ssh.koding.com 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