eive-obsw/scripts/egse-port.sh

6 lines
246 B
Bash
Raw Normal View History

2022-02-05 13:19:20 +01:00
#!/bin/bash
2022-02-27 15:46:06 +01:00
echo "-L 1534:localhost:1534 pi@192.168.18.31 portforwarding for tcf agent"
echo "-L 1537:localhost:7301 pi@192.168.18.31 for TMTC commanding using the TCP/IP IF"
2022-02-05 13:19:20 +01:00
2022-02-05 15:39:16 +01:00
ssh -L 1534:localhost:1534 \
-L 1537:localhost:7301 pi@192.168.18.31