From 4b4b75085cc3bb902d0078faf9e680d011a2d7ec Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Jul 2021 00:45:52 +0200 Subject: [PATCH] added helper script --- q7s-port.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 q7s-port.sh diff --git a/q7s-port.sh b/q7s-port.sh new file mode 100755 index 00000000..a4042fd6 --- /dev/null +++ b/q7s-port.sh @@ -0,0 +1,11 @@ +#!/bin/bash +echo "Setting up all Q7S ports" +echo "-L 1534:192.168.133.10:1534 for connection to TCF agent" +echo "-L 1535:192.168.133.10:22 for file transfers" +echo "-L 1536:192.168.133.10:7301 to TMTC commanding using TCP" + +ssh -L 1534:192.168.133.10:1534 \ + -L 1535:192.168.133.10:22 \ + -L 1536:192.168.133.10:7301 \ + eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 \ + -t /bin/bash