GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GOTTHARD(8) FreeBSD System Manager's Manual GOTTHARD(8)

gotthard
ssh through https proxy tunnel

gotthard [-hv] [-c configfile]

gotthard is a daemon which tunnels ssh(1) sessions through an https proxy.

The options are as follows:

Prints short listing of gotthard options.
Shows version.
configfile
Choose an alternate configuration file. The default configuration file is /etc/gotthard.conf.

In the configuration file you define on which address gotthard shall listen for client connections, the address the https proxy listens on, and which external address to connect to after passing through the https proxy. The external host is the one running sshd(8). After gotthard has been started you can establish connections like in this example:

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>.

The 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

/etc/gotthard.conf
default configuration file
~HOME/.gotthard/gotthard.log
log file
~HOME/.gotthard/gotthard.pid
pid file

First version of gotthard was written in 2001.

Daniel Hartmeier ⟨daniel@benzedrine.cx⟩

Marcus Glocker ⟨marcus@nazgul.ch⟩

December 22, 2005 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.