Site original : shaarli-Links
Au passage, les menhirs et dolmens dans le Morbihan, c'est au Néolithique. Donc il y a ~6500 ans.
Alors que Stonehenge et les pyramides d'Égypte, c'était il y a 4500 ans.
Et les histoires d'Asterix et Obélix sont situées il y a 2000 ans.
— Permalink
https://medium.com/maverislabs/proxyjump-the-ssh-option-you-probably-never-heard-of-2d7e41d43464
https://www.redhat.com/sysadmin/ssh-proxy-bastion-proxyjump
ssh -J first.jump.host,second.jump.host,….jump.host fqdn.remote.host
ou
~/.ssh/config
Host remote.final.host
hostname fqdn.remote.host
ProxyJump first.jump.host,second.jump.host,….jump.host
#LocalForward 8080 127.0.0.1:8080
ssh remote.final.host
sudo apt-get install nghttp2-client
h2load -c100 -t2 https://monsite.com --duration=60 --warm-up-time=10