upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / sshuttle / repos / community-any / tunnel.conf
blob64fb54edb7fce2ac48291e6ea40dcf9043304471
1 # Here is where you can specify any SSH tunnel options See ssh_config(5) for
2 # details.  You need to leave the Host line intact, but everything else can
3 # specify whatever you want
4 Host sshuttle_tunnel
6 # REQUIRED: Set this to be the host to which you would like to connect your
7 # tunnel
8 #Hostname localhost
10 # REQUIRED: Set this to be the target SSH user on the remote system
11 #User foo
13 # ---------------------------------------------------------------------------
14 # The rest are all optional; see ssh_config(5) for the full list of what can
15 # be specified.  Some very commonly needed ones are below.
16 # ---------------------------------------------------------------------------
18 # SSH key used for connecting
19 #IdentityFile /path/to/key