Jakob Meier
17d17dce06
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
8 lines
331 B
Bash
Executable File
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 |