update to fix identitiesonly parameter
update to include router ssh
This commit is contained in:
parent
497791641c
commit
efcd979eb8
1 changed files with 10 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
||||||
|
Host *
|
||||||
|
IdentitiesOnly=yes
|
||||||
Host pete
|
Host pete
|
||||||
HostName peterhoward.ignorelist.com
|
HostName peterhoward.ignorelist.com
|
||||||
User stev
|
User stev
|
||||||
IdentityFile ~/.ssh/pete_rsa
|
IdentityFile ~/.ssh/pete_rsa
|
||||||
Host ymca
|
Host ymca
|
||||||
HostName corryymca.ignorelist.com
|
HostName corryymca.ignorelist.com
|
||||||
User stev
|
User stev
|
||||||
IdentityFile ~/.ssh/ymca_rsa
|
IdentityFile ~/.ssh/ymca_rsa
|
||||||
Host bitbucket.org
|
Host bitbucket.org
|
||||||
Hostname bitbucket.org
|
Hostname bitbucket.org
|
||||||
|
@ -22,3 +24,7 @@ Host github.com
|
||||||
Hostname github.com
|
Hostname github.com
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/github_rsa
|
IdentityFile ~/.ssh/github_rsa
|
||||||
|
Host router
|
||||||
|
Hostname 192.168.1.1
|
||||||
|
User root
|
||||||
|
IdentityFile ~/.ssh/stevserver_rsa
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue