joshsusser (owner)

Fork Of

Revisions

gist: 45669 Download_button fork
public
Public Clone URL: git://gist.github.com/45669.git
Embed All Files: show embed
ssh_config_example #
1
2
3
4
5
6
Host project1.github.com
  HostName github.com
  User git # Probably not needed but just a note if you want to skip it
  IdentityFile ~/.ssh/your_key_file
  IdentitiesOnly yes # This is only if you want to avoid trying other identities which can speed things up a bit.