mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-14 06:18:46 +02:00
Sample tunnel configuration
This commit is contained in:
parent
a34e106b55
commit
734f32d112
19
packaging/tunnel.conf
Normal file
19
packaging/tunnel.conf
Normal file
@ -0,0 +1,19 @@
|
||||
# Here is where you can specify any SSH tunnel options See ssh_config(5) for
|
||||
# details. You need to leave the Host line intact, but everything else can
|
||||
# specify whatever you want
|
||||
Host sshuttle_tunnel
|
||||
|
||||
# REQUIRED: Set this to be the host to which you would like to connect your
|
||||
# tunnel
|
||||
#Hostname localhost
|
||||
|
||||
# REQUIRED: Set this to be the target SSH user on the remote system
|
||||
#User foo
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# The rest are all optional; see ssh_config(5) for the full list of what can
|
||||
# be specified. Some very commonly needed ones are below.
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# SSH key used for connecting
|
||||
#IdentityFile /path/to/key
|
Loading…
Reference in New Issue
Block a user