diff options
| -rwxr-xr-x | client_ls.py | 1 | ||||
| -rw-r--r-- | docs | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/client_ls.py b/client_ls.py index fdcfc78..3e5f84d 100755 --- a/client_ls.py +++ b/client_ls.py | |||
| @@ -22,4 +22,5 @@ def read_data(): | |||
| 22 | print("file /tmp/ssh_sessions.json not found") | 22 | print("file /tmp/ssh_sessions.json not found") |
| 23 | return {} | 23 | return {} |
| 24 | 24 | ||
| 25 | print("source: /tmp/ssh_sessions.json") | ||
| 25 | read_data() | 26 | read_data() |
| @@ -4,3 +4,5 @@ client_ls.py client_manager.py cron_setup.sh sys_init.py | |||
| 4 | -you can run client_manager.py as standalone | 4 | -you can run client_manager.py as standalone |
| 5 | -cron_setup.py just adds client_manager.py to crontab | 5 | -cron_setup.py just adds client_manager.py to crontab |
| 6 | 6 | ||
| 7 | ./client_ls.py to see all connections and their associated keys and ports | ||
| 8 | |||
