Update .ssh/config
This commit is contained in:
parent
a7b3b5ca0f
commit
18467dfc86
@ -16,19 +16,19 @@ Host front
|
|||||||
Port 222
|
Port 222
|
||||||
User root
|
User root
|
||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile /Users/kah/.ssh/id_clank
|
IdentityFile $HOME/.ssh/id_clank
|
||||||
|
|
||||||
Host ratchet
|
Host ratchet
|
||||||
Hostname 10.0.9.1
|
Hostname 10.0.9.1
|
||||||
User kjuulh
|
User kjuulh
|
||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile /Users/kah/.ssh/id_clank
|
IdentityFile $HOME/.ssh/id_clank
|
||||||
|
|
||||||
Host server
|
Host server
|
||||||
Hostname 10.0.9.2
|
Hostname 10.0.9.2
|
||||||
User hermansen
|
User hermansen
|
||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile /Users/kah/.ssh/id_clank
|
IdentityFile $HOME/.ssh/id_clank
|
||||||
|
|
||||||
{{ if .homebrew -}}
|
{{ if .homebrew -}}
|
||||||
Host *
|
Host *
|
||||||
|
Loading…
Reference in New Issue
Block a user