Skip to content

Instantly share code, notes, and snippets.

@austenito
Created August 27, 2011 12:57
Show Gist options
  • Save austenito/1175358 to your computer and use it in GitHub Desktop.
Save austenito/1175358 to your computer and use it in GitHub Desktop.
joynet2
Append this to your $HOME/.ssh/config file
Host vwf2.no.de
Port 49118
User node
ForwardAgent yes
To run an existing GIT repository with a file called server.js in the root then do this:
cd repo
git remote add vwf2.no.de vwf2.no.de:repo
git push vwf2.no.de master
If everything goes correctly your server will be running at http://vwf2.no.de/
To SSH into your machine do:
ssh vwf2.no.de
@j3j3
Copy link

j3j3 commented May 16, 2012

What an amazing gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment