Skip to content

Instantly share code, notes, and snippets.

View Payden-Pringle's full-sized avatar

Payden K. Pringle Payden-Pringle

View GitHub Profile
@rubo77
rubo77 / config
Created August 14, 2014 05:49
~/.ssh/config example with selected identity file for a certain server
Host example.org
IdentityFile ~/.ssh/id_rsa
Host *
ForwardAgent no
IdentitiesOnly yes