mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 02:35:12 +03:00
6 lines
147 B
Bash
Executable File
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 |