From Hentschel
Jump to: navigation, search
(Setting up VPN via SSHD)
(Setting up VPN via SSHD)
Line 1: Line 1:
 
== Setting up VPN via SSHD ==
 
== Setting up VPN via SSHD ==
 +
from [https://help.ubuntu.com/community/SSH_VPN this link]
 +
 
* enable  
 
* enable  
 
** PermitTunnel yes
 
** PermitTunnel yes

Revision as of 18:48, 21 March 2017

Setting up VPN via SSHD

from this link

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