19
0
Fork 0

Ajout de l'option ProxyJump dans ssh_config

This commit is contained in:
jlecour 2018-10-08 22:52:50 +02:00
parent b2092eab06
commit fa433d0c94
1 changed files with 6 additions and 0 deletions

View File

@ -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