From 441fc7f8906cac20c285a97ccb32f98ba41e8fc6 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 2 Jan 2019 19:09:28 +0100 Subject: [PATCH] SSHJump with server name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adecb28..2d52b9d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Host proxy.auro.re ControlPath ~/.ssh/%r@%h:%p # 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 IdentityFile ~/.ssh/id_rsa_aurore ```