SSHJump with server name

This commit is contained in:
Alexandre Iooss 2019-01-02 19:09:28 +01:00
parent 1afd079725
commit 441fc7f890
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Host proxy.auro.re
ControlPath ~/.ssh/%r@%h:%p ControlPath ~/.ssh/%r@%h:%p
# Use a bastion and a key to log on all Aurore servers # Use a bastion and a key to log on all Aurore servers
Host 10.128.* Host 10.128.* *.adm.auro.re
ProxyJump proxy.auro.re ProxyJump proxy.auro.re
IdentityFile ~/.ssh/id_rsa_aurore IdentityFile ~/.ssh/id_rsa_aurore
``` ```