eive-obsw/scripts/q7s-port.sh

12 lines
407 B
Bash
Raw Normal View History

2021-07-26 00:45:52 +02:00
#!/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"
2021-08-09 18:23:18 +02:00
echo "-L 1536:192.168.133.10:7301 for TMTC commanding"
2021-07-26 00:45:52 +02:00
ssh -L 1534:192.168.133.10:1534 \
-L 1535:192.168.133.10:22 \
2021-07-26 12:03:17 +02:00
-L 1536:192.168.133.10:7301 \
2021-07-26 00:45:52 +02:00
eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 \
2021-07-26 10:15:44 +02:00
-t 'CONSOLE_PREFIX="[Q7S Tunnel]" /bin/bash'