obsw configuration running on egse

This commit is contained in:
Jakob Meier
2022-02-05 15:39:16 +01:00
parent 19c97546b6
commit b4d1046928
6 changed files with 21 additions and 7 deletions

View File

@ -2,5 +2,5 @@
echo "-L 1534:localhost:1534 portforwarding for tcf agent"
echo "-L 1537:192.168.133.10:7301 for TMTC commanding using the TCP/IP IF"
ssh -L 1534:localhost:1534 pi@192.168.18.31
ssh -L 1537:localhost:7301 pi@192.168.18.31
ssh -L 1534:localhost:1534 \
-L 1537:localhost:7301 pi@192.168.18.31