Merge remote-tracking branch 'origin/develop' into irini
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -12,6 +12,7 @@ folder_list=(
|
||||
"./bsp_egse"
|
||||
"./test"
|
||||
"./common"
|
||||
"./dummies"
|
||||
)
|
||||
|
||||
cmake_fmt="cmake-format"
|
||||
|
8
scripts/q7s-port-local.sh
Executable file
8
scripts/q7s-port-local.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/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
|
Reference in New Issue
Block a user