[ssh] even more simple config
This commit is contained in:
parent
c7ff941c40
commit
c9ff1a218e
@ -2,20 +2,18 @@
|
|||||||
host *
|
host *
|
||||||
user simon
|
user simon
|
||||||
identityfile ~/.ssh/talathiel
|
identityfile ~/.ssh/talathiel
|
||||||
ServerAliveInterval 60
|
serveraliveinterval 60
|
||||||
|
stricthostkeychecking no
|
||||||
|
|
||||||
|
|
||||||
# siempie lab
|
# siempie lab
|
||||||
host *.siempie.local
|
host *.siempie.local
|
||||||
stricthostkeychecking no
|
|
||||||
proxyjump siempie.com
|
proxyjump siempie.com
|
||||||
|
|
||||||
host *.siempie.internal
|
host *.siempie.internal
|
||||||
stricthostkeychecking no
|
|
||||||
proxyjump siempie.com
|
proxyjump siempie.com
|
||||||
|
|
||||||
host *.hackerboys.internal
|
host *.hackerboys.internal
|
||||||
stricthostkeychecking no
|
|
||||||
proxyjump siempie.com
|
proxyjump siempie.com
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user