linux - SSH connection screwed up after VPN connection

ShellTun - SSH VPN - Apps on Google Play Apr 29, 2019 How to Set Up a Secure Web Tunnel | PCWorld Jun 03, 2010

ssh - Port forwarding for VPN connection - Unix & Linux

I however cannot manage or ping the ASA through the VPN tunnel on the inside interface from my management station. When I try this, the syslog on the ASA shows the incoming management connection (either port 443 for ASDM or port 22 for SSH) from my management station's IP to the inside IP of the ASA (all VPN tunnel traffic is exempted from NAT Tunneling OpenVPN Through SSH · Joseph Redfern Nov 12, 2012

Jan 10, 2014 · And the system would automatically make the ssh connection, set up the tunnel, and turn on the VPN. Additionally, the ifdown command can be used to put the routes back to normal, or turn off the VPN. Note that the sleep commands in the snippet are there to allow ssh time to set the tunnel interface up, as it will not be instantaneous.

Jul 12, 2017 Setting-up SSH-tunnel for VPN? - Ask Ubuntu The easiest why to tunnel all traffic through SSH similar to a VPN is to use the sshuttle package. First, install the package: sudo apt-get install sshuttle Then connect to the SSH tunnel and redirect your default route to go through it: sshuttle -vv --dns -r username@sshserver[:port] 0.0.0.0/0 Tunneling with Putty (SSH), a home made VPN of sorts