2022-06-01 18:46:53 +02:00
|
|
|
#!/bin/bash
|
|
|
|
echo "Setting up all Q7S ports"
|
2022-06-10 10:39:43 +02:00
|
|
|
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
|