From 0e689876025085cc025d0eca1f04a5aae09dc7c7 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 28 Dec 2018 12:04:19 +0100 Subject: [PATCH] Nicer way to proxy ssh --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11e0641..b594e70 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,9 @@ Host proxy.auro.re ControlMaster auto ControlPath ~/.ssh/%r@%h:%p -# Use a key to log on all Aurore servers -# and use a bastion +# Use a bastion and a key to log on all Aurore servers Host 10.128.0.* + ProxyJump proxy.auro.re IdentityFile ~/.ssh/id_rsa_aurore - ProxyCommand ssh -q -W %h:%p proxy.auro.re ```