client.sh (124B)
1 #!/bin/bash 2 3 # This sets up a reverse ssh connection between a client and a server. 4 ssh -R 43022:localhost:22 root@laack.co