tunnel.conf 738 B

1234567891011121314151617181920
  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
  5. # REQUIRED: Set this to be the host to which you would like to connect your
  6. # tunnel
  7. #Hostname localhost
  8. # REQUIRED: Set this to be the target SSH user on the remote system
  9. #User foo
  10. # ---------------------------------------------------------------------------
  11. # The rest are all optional; see ssh_config(5) for the full list of what can
  12. # be specified. Some very commonly needed ones are below.
  13. # ---------------------------------------------------------------------------
  14. # SSH key used for connecting
  15. #IdentityFile /path/to/key