eive-obsw/scripts/egse-port.sh
Cleanroom Laptop L590 4b6cf3c30a
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
made egse port executable
2022-03-25 12:25:05 +01:00

6 lines
246 B
Bash
Executable File

#!/bin/bash
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"
ssh -L 1534:localhost:1534 \
-L 1537:localhost:7301 pi@192.168.18.31