From 3593f5ab8c1371399e68d4ded3cdc219964dc508 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Thu, 24 Feb 2022 16:42:07 +0100 Subject: [PATCH] corrected output --- scripts/egse-port.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/egse-port.sh b/scripts/egse-port.sh index ef4864fc..edcd05e2 100644 --- a/scripts/egse-port.sh +++ b/scripts/egse-port.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "-L 1534:localhost:1534 portforwarding for tcf agent" -echo "-L 1537:192.168.133.10:7301 for TMTC commanding using the TCP/IP IF" +echo "-L 1537:localhost:7301 for TMTC commanding using the TCP/IP IF" ssh -L 1534:localhost:1534 \ -L 1537:localhost:7301 pi@192.168.18.31 \ No newline at end of file