From 10bb4e90b491e9acaa025d623bd2b616fe047db0 Mon Sep 17 00:00:00 2001 From: 12nick12 Date: Tue, 5 Jun 2018 15:28:02 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 66363ce..638a8f2 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,13 @@ apt install sqlite3 autossh CentOS yum install sqlite3 autossh + +I will update with systemd scripts eventually + +To use the main script once all devices are connected you can type "./sshjump.new list" this will list all hosts that have been registered + +The report printers first the hostname then the ID + +If you want to connect with ID you type "./sshjump.new id user $id" ex "./sshjump.new id nick 123321456" + +If you want to connect with hostname you type "./sshjump.new host user hostname" ex "./sshjump.new host nick test.test.com"