Update ssh config
This commit is contained in:
parent
f619b691e9
commit
b9edb81cd6
|
@ -1,5 +1,9 @@
|
||||||
# SSH For my own hosts
|
# SSH For my own hosts
|
||||||
# Supermicro machine in the server rack
|
# Supermicro machine in the server rack
|
||||||
|
Host 10.85.3.39
|
||||||
|
HostName 10.85.3.39
|
||||||
|
User joe
|
||||||
|
|
||||||
Host cobalt
|
Host cobalt
|
||||||
HostName 10.85.3.6
|
HostName 10.85.3.6
|
||||||
User root
|
User root
|
||||||
|
@ -29,6 +33,11 @@ Host houston
|
||||||
HostName 10.85.3.39
|
HostName 10.85.3.39
|
||||||
User joe
|
User joe
|
||||||
|
|
||||||
|
# Steamcache
|
||||||
|
Host steamcache
|
||||||
|
HostName 10.85.3.60
|
||||||
|
User joe
|
||||||
|
|
||||||
|
|
||||||
# Robotics
|
# Robotics
|
||||||
# 1721's main NAS
|
# 1721's main NAS
|
||||||
|
|
Loading…
Reference in New Issue