diff --git a/config/.ssh/config b/config/.ssh/config index 2f23be1..cbcc3c0 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -1,10 +1,12 @@ +Host * + IdentitiesOnly=yes Host pete - HostName peterhoward.ignorelist.com - User stev + HostName peterhoward.ignorelist.com + User stev IdentityFile ~/.ssh/pete_rsa Host ymca - HostName corryymca.ignorelist.com - User stev + HostName corryymca.ignorelist.com + User stev IdentityFile ~/.ssh/ymca_rsa Host bitbucket.org Hostname bitbucket.org @@ -22,3 +24,7 @@ Host github.com Hostname github.com User git IdentityFile ~/.ssh/github_rsa +Host router + Hostname 192.168.1.1 + User root + IdentityFile ~/.ssh/stevserver_rsa