From Hentschel
Jump to: navigation, search
(Created page with "== Setting up VPN via SSHD == * enable ** PermitTunnel yes * disable **#AllowTcpForwarding yes '''Important:''' Both sides need to run as root to create the tunnel device. T...")
 
(Setting up VPN via SSHD)
Line 3: Line 3:
 
** PermitTunnel yes
 
** PermitTunnel yes
 
* disable
 
* disable
**#AllowTcpForwarding yes
+
**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.
 
'''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.

Revision as of 18:45, 21 March 2017

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.