|
NAMEgotthard —
ssh through https proxy tunnel
SYNOPSIS
DESCRIPTIONgotthard is a daemon which tunnels
ssh(1)
sessions through an https proxy.
The options are as follows:
In the configuration file you define on which address
ssh -p 2222 hacki@localhost If the https proxy needs user authentication, you can do so by using the auth option in the configuration file. This string must be in the format <username>:<password>. EXAMPLESThe following is an example configuration file:auth user:password listen 127.0.0.1:2222 proxy 10.0.0.1:3128 external 192.168.0.1:22 FILES
HISTORYFirst version ofgotthard was written in 2001.
AUTHORSDaniel Hartmeier ⟨daniel@benzedrine.cx⟩Marcus Glocker ⟨marcus@nazgul.ch⟩
Visit the GSP FreeBSD Man Page Interface. |