Update ssh config
This commit is contained in:
parent
0c13fafaf5
commit
15f2bc7dcc
|
@ -51,3 +51,9 @@ Host lapis
|
||||||
Host devserver
|
Host devserver
|
||||||
HostName 10.12.32.35
|
HostName 10.12.32.35
|
||||||
User joe
|
User joe
|
||||||
|
|
||||||
|
# The little docker host in the closet
|
||||||
|
# Runs the vestabot image
|
||||||
|
Host stdocker1
|
||||||
|
HostName 10.20.30.225
|
||||||
|
IdentityFile ~/.ssh/stdocker
|
||||||
|
|
Loading…
Reference in New Issue