mailiverse/deploy/tunnel/vpn-ssh/server/install

8 lines
128 B
Plaintext
Raw Normal View History

2013-08-09 17:31:37 -04:00
apt-get update
apt-get install telnet
echo "PermitTunnel yes" >> /etc/ssh/sshd_config
/etc/init.d/ssh restart
./install-nginx