SSH: Add config file
Oh NO! Now people can see what my internal IPs are
This commit is contained in:
parent
7e6f989e5f
commit
6be140afb1
15
.ssh/config
Normal file
15
.ssh/config
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
Host cobalt
|
||||||
|
HostName 192.168.0.1
|
||||||
|
Port 22
|
||||||
|
User salt
|
||||||
|
|
||||||
|
Host tungsten
|
||||||
|
HostName 192.168.0.100
|
||||||
|
Port 22
|
||||||
|
User salt
|
||||||
|
|
||||||
|
Host iridium
|
||||||
|
HostName 192.168.0.101
|
||||||
|
Port 22
|
||||||
|
User salt
|
Reference in New Issue
Block a user