Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
SSH through HTTP proxy http://www.zeitoun.net/articles/ssh-through-http-proxy/start
Wed Mar 18 18:16:11 2015 archive.org
QRCode
thumbnail

Comment se connecter en SSH à un serveur en passant par un proxy ?

et bien il faut tout d'abord passer par le port 443 (voir sslh ...)

puis dans .ssh/config :

Outside of the firewall, with HTTPS proxy

Host serveur_ssh_sur_port_443
ProxyCommand connect -H proxy_host:proxy_port %h 443

Inside the firewall (do not use proxy)

Host *
ProxyCommand connect %h %p

pour utiliser git@github.com:

Host github.com
ProxyCommand=ssh serveur_ssh_sur_port_443 "/bin/nc -w1 %h %p"

et voila !

ssh proxy config
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn