#!/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