Created
February 27, 2014 10:17
-
-
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
This file contains hidden or 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
Host *.kd.io | |
User saji | |
ProxyCommand ssh %[email protected] nc %h %p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment