eive-obsw/scripts/q7s-port-local.sh
Jakob Meier 17d17dce06
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
bugfix for some negative temperature conversions
2022-06-10 10:39:43 +02:00

8 lines
331 B
Bash
Executable File

#!/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"
ssh -L 1534:localhost:1534 root@192.168.155.55
ssh -L 1560:localhost:7301 root@192.168.155.55