Reverse ssh | Linux | cli
1) destination->source
ssh -R 19999:localhost:22 user@server
2)source->destination
ssh user@localhost -p 19999
2019-04-16 22:03:18
1) destination->source
ssh -R 19999:localhost:22 user@server
2)source->destination
ssh user@localhost -p 19999
2019-04-16 22:03:18
Comments
Add a Comment