[ssh] Update local config and add new pubkey
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,7 +18,7 @@ powellc
|
|||||||
1904_powellc
|
1904_powellc
|
||||||
2022_git
|
2022_git
|
||||||
2022_h2_powellc
|
2022_h2_powellc
|
||||||
2022_q4_sureapp
|
2022_q4_sure
|
||||||
jails
|
jails
|
||||||
jails-git
|
jails-git
|
||||||
known_hosts
|
known_hosts
|
||||||
|
|||||||
1
ssh/.ssh/2022_q4_sure.pub
Normal file
1
ssh/.ssh/2022_q4_sure.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIECO9SFmpc2zkPXFZjQ6L0H3R1EW/PD7ITzk59VnP8xU colin.powell@sureapp.com
|
||||||
@ -1,13 +1,12 @@
|
|||||||
#CanonicalizeHostname yes
|
#CanonicalizeHostname yes
|
||||||
#CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
|
#CanonicalDomains elationemr.com internal.elationemr.com unbl.ink onec.me
|
||||||
|
|
||||||
Host *
|
Host *.local
|
||||||
|
IdentityFile ~/.ssh/2022_h2_powellc
|
||||||
ServerAliveInterval 300
|
ServerAliveInterval 300
|
||||||
ServerAliveCountMax 2
|
ServerAliveCountMax 2
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
IdentityFile ~/.ssh/2022_h2_powellc
|
|
||||||
VerifyHostKeyDNS no
|
VerifyHostKeyDNS no
|
||||||
IdentitiesOnly=yes
|
|
||||||
|
|
||||||
Host github.com
|
Host github.com
|
||||||
ServerAliveInterval 300
|
ServerAliveInterval 300
|
||||||
@ -31,6 +30,9 @@ Host gogs*
|
|||||||
Host box.*
|
Host box.*
|
||||||
User root
|
User root
|
||||||
|
|
||||||
|
Host akna.local
|
||||||
|
User pi
|
||||||
|
|
||||||
Host sdf.org
|
Host sdf.org
|
||||||
User secstate
|
User secstate
|
||||||
|
|
||||||
@ -51,6 +53,9 @@ Host tilde.club
|
|||||||
Host bastion1.local
|
Host bastion1.local
|
||||||
User powellc
|
User powellc
|
||||||
|
|
||||||
|
Host snap-*.local
|
||||||
|
User poewllc
|
||||||
|
|
||||||
# ChicagoVPS
|
# ChicagoVPS
|
||||||
Host pandora.unbl.ink
|
Host pandora.unbl.ink
|
||||||
User root
|
User root
|
||||||
|
|||||||
Reference in New Issue
Block a user