From 2cb768e7e225f7d2acf5c95d9709d4eaae2cc58f Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 2 Apr 2019 01:41:00 +0100 Subject: [PATCH] debug line --- home.admin/config.scripts/internet.sshtunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/internet.sshtunnel.py b/home.admin/config.scripts/internet.sshtunnel.py index 3328fca..19bea20 100755 --- a/home.admin/config.scripts/internet.sshtunnel.py +++ b/home.admin/config.scripts/internet.sshtunnel.py @@ -104,7 +104,7 @@ if sys.argv[1] == "on": # final info (can be ignored if run by other script) print(f"*** OK - SSH TUNNEL SERVICE STARTED ***") - print(f"- Make sure the SSH pub key of this RaspiBlitz is in 'authorized_keys' of {} ") + #print(f"- Make sure the SSH pub key of this RaspiBlitz is in 'authorized_keys' of {} ") print(f"- Tunnel service needs final reboot to start.") #print(f"- After reboot check logs: sudo journalctl -f -u {SERVICENAME}")