eive-obsw/scripts/q7s-port-local.sh

8 lines
331 B
Bash
Raw Permalink Normal View History

2022-06-01 18:46:53 +02:00
#!/bin/bash
echo "Setting up all Q7S ports"
echo "-L 1534:localhost:1534 root@192.168.155.55 for connection to the TCF agent on the FM"
echo "-L 1560:localhost:7301 root@192.168.155.55 for TMTC commanding using the TCP/IP IF on the FM"
2022-06-01 18:46:53 +02:00
2022-06-02 18:46:08 +02:00
ssh -L 1534:localhost:1534 root@192.168.155.55
ssh -L 1560:localhost:7301 root@192.168.155.55