PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Proxyjump, the SSH option you probably never heard of | by Khris Tolbert | MaverisLabs | Medium - Gardouille's Links

lundi 26 octobre 2020 à 11:57

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

Permalink