Add com-sec jmps

This commit is contained in:
Jean-Claude 2023-10-06 10:29:15 +02:00
parent 119555d38a
commit 19d64550c8
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 24 additions and 0 deletions

View File

@ -19,3 +19,27 @@ Host remarkable
ForwardAgent no
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
Host cs_head
Hostname comsec-edu.ethz.ch
IdentityFile ~/.ssh/id_rsa
User jegraf
RequestTTY yes # Mirrors -t, for colored output
Host cs_jump
Hostname comsec-jumphost.ethz.ch
IdentityFile ~/.ssh/id_rsa
User jegraf
RequestTTY yes # Mirrors -t, for colored output
Host cs_cn122
Hostname ee-tik-cn122
User jegraf
RequestTTY yes # Mirrors -t, for colored output
ProxyJump cs_jump
Host cs_cn109
Hostname ee-tik-cn109
User jegraf
RequestTTY yes # Mirrors -t, for colored output
ProxyJump cs_jump