File size: 297 Bytes
90f7845
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
pad="${1:-1}"
rport="${2:-18123}"
fen="${3:-nplfen01}"
port="${4:-2222}"

tinyproxy -d -c ~/app/tproxy.conf &
ssh \
-L $port:localhost:"$port" \
-R $rport:localhost:"$rport" \
-tt DLTMhssn@blp0"$pad".ccni.rpi.edu \
ssh \
-L "$port":localhost:22 \
-R $rport:localhost:"$rport" \
"$fen"