linux: add ssh config
This commit is contained in:
parent
c66205eb4f
commit
7b100b69f8
24
linux/.ssh/config
Normal file
24
linux/.ssh/config
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
Host andromeda
|
||||||
|
HostName 192.168.100.99
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host cloud
|
||||||
|
HostName 192.168.100.14
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host git
|
||||||
|
HostName 192.168.100.12
|
||||||
|
User root
|
||||||
|
|
||||||
|
Host sombrero
|
||||||
|
HostName 192.168.100.98
|
||||||
|
User tylen
|
||||||
|
|
||||||
|
Host vpn
|
||||||
|
HostName 192.168.100.25
|
||||||
|
User vpn
|
||||||
|
|
||||||
|
Host dns
|
||||||
|
HostName 192.168.100.13
|
||||||
|
User root
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user