From fa433d0c948b5aa6e3e69a9c13cb2f3123fb4af3 Mon Sep 17 00:00:00 2001 From: jlecour Date: Mon, 8 Oct 2018 22:52:50 +0200 Subject: [PATCH] Ajout de l'option ProxyJump dans ssh_config --- HowtoOpenSSH.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoOpenSSH.md b/HowtoOpenSSH.md index e697c7b9..00f90ef0 100644 --- a/HowtoOpenSSH.md +++ b/HowtoOpenSSH.md @@ -251,6 +251,12 @@ Host switch42 KexAlgorithms diffie-hellman-group1-sha1 ~~~ +Pour les cas simples d'utilisation de `ProxyCommand`, il est possible d'utiliser `ProxyJump [user@]host[:port]` (équivalent à l'option `-J` en ligne de commande : + +~~~ +Host private.example.com + ProxyJump bastion.example.com +~~~ ## SCP