From Hentschel
Revision as of 18:45, 21 March 2017 by Thomas (Talk | contribs)

Jump to: navigation, search

Setting up VPN via SSHD

  • enable
    • PermitTunnel yes
  • disable
    • AllowTcpForwarding yes

Important: Both sides need to run as root to create the tunnel device. Thus, 'ssh -w 0:0 root@www.hentschel.net' must run as root on the client side too.