4 lines
70 B
Bash
4 lines
70 B
Bash
ssh -R 2000:localhost:22 user@remoteserver
|
|
|
|
ssh -p2000 user@localhost
|
ssh -R 2000:localhost:22 user@remoteserver
|
|
|
|
ssh -p2000 user@localhost
|