Skip to content

Instantly share code, notes, and snippets.

@yorikvanhavre
Created April 25, 2012 01:08
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 yorikvanhavre/2485182 to your computer and use it in GitHub Desktop.
Save yorikvanhavre/2485182 to your computer and use it in GitHub Desktop.
ssh config for sourceforge
# Sourceforge
Host *.sf.net
User yorik
IdentityFile ~/.ssh/keys/sf_key_new
Host *.sourceforge.net
User yorik
IdentityFile ~/.ssh/keys/sf_key_new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment