scripts

Scripts for general automations
git clone git://git.laack.co/scripts.git
Log | Files | Refs

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