From 21c1655b47f9f4ec61209a5e224e1a1d7bd08490 Mon Sep 17 00:00:00 2001 From: 12nick12 Date: Tue, 5 Jun 2018 15:06:28 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index eadb948..66363ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # sshjump Bash scripts to ease setting up reverse ssh tunnel for ssh to hosts behind nat + +You must install sqlite3 and autossh + +Debian/Ubuntu +apt install sqlite3 autossh + +CentOS +yum install sqlite3 autossh