Reverse ssh | Linux | cli

1) destination->source
ssh -R 19999:localhost:22 user@server
2)source->destination
ssh user@localhost -p 19999

img

2019-04-16 22:03:18

Comments

Add a Comment

Login or Register to post a Comment.

Homepage