Simple tool to automate the creation of an SSH tunnel for VPN-like purposes.
- Remote end of tunnel must support root login (most distro's default to root with RSA).
- Remote end has public key in /root/.ssh/authorized_keys
- Remote end is running a Linux distribution (ie script won't work with OpenSSH on Windows)
- Local end has access to private key.
- Local end has ability to EUID 0 (either root access or sudo)
- Local end is running a Linux distribution (ie script won't work with OpenSSH on Windows)
- Allow for auxiliary SSH options to be passed to program