Skip to content

Instantly share code, notes, and snippets.

@marek-saji
Created February 27, 2014 10:17
Show Gist options
  • Save marek-saji/9247585 to your computer and use it in GitHub Desktop.
Save marek-saji/9247585 to your computer and use it in GitHub Desktop.
Add this to ~/.ssh/config to be able to connect to your koding.com VM via vm-{N}.{NAME}.koding.kd.io
Host *.kd.io
User saji
ProxyCommand ssh %r@ssh.koding.com nc %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment