25 lines
388 B
Plaintext
25 lines
388 B
Plaintext
|
# generic
|
||
|
host *
|
||
|
user simon
|
||
|
identityfile ~/.ssh/talathiel
|
||
|
ServerAliveInterval 60
|
||
|
|
||
|
|
||
|
# siempie lab
|
||
|
host *.siempie.local
|
||
|
stricthostkeychecking no
|
||
|
proxyjump siempie.com
|
||
|
|
||
|
host *.siempie.internal
|
||
|
stricthostkeychecking no
|
||
|
proxyjump siempie.com
|
||
|
|
||
|
host *.hackerboys.internal
|
||
|
stricthostkeychecking no
|
||
|
proxyjump siempie.com
|
||
|
|
||
|
|
||
|
# siempie do
|
||
|
host *.do.local
|
||
|
proxyjump do.siempie.com
|