tech:connexion_ssh_via_proxy_http
Table des matières
Connexion SSH via proxy HTTP
Le proxy doit très probablement accepter de joindre les ports distants 80 (HTTP) et 443 (HTTPS). Il peut être nécessaire de faire écouter le serveur SSH sur l'un de ces ports.
Voir tunnel_ssh_over_https
Install de corkscrew (tire-bouchon en anglais)
sudo apt-get install corkscrew
Configuration du client SSH
- .ssh/config
Host plop Hostname plop.acme.fr Port 443 ProxyCommand /usr/bin/corkscrew 192.168.56.1 3128 %h %p
tech/connexion_ssh_via_proxy_http.txt · Dernière modification : de 127.0.0.1
