2022-01-19 17:31:04 +03:00

6 lines
147 B
Bash
Executable File

#!/bin/bash
#for ((x=0; x<10; ++x)); do
socat pty,link=/tmp/ttyX0,waitslave tcp:127.0.0.1:2002 &
ssh -L 2002:robotel1:2000 -N -f robotel1
#done