eive-obsw/scripts/q7s-port-tcp.sh
Robin Mueller 03510e5de9
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
updated TCP port
2021-08-09 16:34:06 +02:00

12 lines
416 B
Bash
Executable File

#!/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 1537:192.168.133.10:7303 to TMTC commanding using TCP"
ssh -L 1534:192.168.133.10:1534 \
-L 1535:192.168.133.10:22 \
-L 1537:192.168.133.10:7301 \
eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 \
-t 'CONSOLE_PREFIX="[Q7S Tunnel]" /bin/bash'