Skip to content

Instantly share code, notes, and snippets.

@Alexnder
Last active August 29, 2015 14:18
Show Gist options
  • Save Alexnder/8b59723b903a4f449419 to your computer and use it in GitHub Desktop.
Save Alexnder/8b59723b903a4f449419 to your computer and use it in GitHub Desktop.
Console Git Windows Install
Host host.com
HostName host.com
User git
IdentityFile ~/.ssh/id_rsa_host_git

Host host.com
HostName host.com
User ubuntu
IdentityFile ~/.ssh/id_rsa_host

You may use: IdentityFile D:\Private\id_rsa_host

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