Update .ssh/config
This commit is contained in:
parent
78b125d45a
commit
55d1944b8b
@ -22,6 +22,13 @@ Host front
|
|||||||
PubKeyAuthentication yes
|
PubKeyAuthentication yes
|
||||||
IdentityFile ~/.ssh/id_clank
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
|
Host tablet
|
||||||
|
Hostname 10.0.9.12
|
||||||
|
Port 8022
|
||||||
|
User u0_a617
|
||||||
|
PubKeyAuthentication yes
|
||||||
|
IdentityFile ~/.ssh/id_clank
|
||||||
|
|
||||||
Host ratchet
|
Host ratchet
|
||||||
Hostname 10.0.9.1
|
Hostname 10.0.9.1
|
||||||
User kjuulh
|
User kjuulh
|
||||||
|
Loading…
Reference in New Issue
Block a user