Fix user for tethys host in #ssh
This commit is contained in:
@ -7,6 +7,10 @@ Host *
|
|||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentityFile ~/.ssh/powellc
|
IdentityFile ~/.ssh/powellc
|
||||||
|
|
||||||
|
Host tethys.local
|
||||||
|
User colinpowell
|
||||||
|
IdentityFile ~/.ssh/powellc
|
||||||
|
|
||||||
Host *.local
|
Host *.local
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
@ -39,10 +43,6 @@ Host *.internal.elationemr.com
|
|||||||
User colinpowell
|
User colinpowell
|
||||||
IdentityFile ~/.ssh/elation
|
IdentityFile ~/.ssh/elation
|
||||||
|
|
||||||
Host tethys.local
|
|
||||||
User colinpowell
|
|
||||||
IdentityFile ~/.ssh/elation
|
|
||||||
|
|
||||||
Host 10.201.*
|
Host 10.201.*
|
||||||
User colinpowell
|
User colinpowell
|
||||||
IdentityFile ~/.ssh/id_ed25519
|
IdentityFile ~/.ssh/id_ed25519
|
||||||
|
|||||||
Reference in New Issue
Block a user