2018-06-05 15:05:19 -04:00
|
|
|
# sshjump
|
|
|
|
Bash scripts to ease setting up reverse ssh tunnel for ssh to hosts behind nat
|
2018-06-05 15:06:28 -04:00
|
|
|
|
|
|
|
You must install sqlite3 and autossh
|
|
|
|
|
|
|
|
Debian/Ubuntu
|
|
|
|
apt install sqlite3 autossh
|
|
|
|
|
|
|
|
CentOS
|
|
|
|
yum install sqlite3 autossh
|