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