SSH your box
I.T. WORLD - Open Source Corner

Here how to tunnel your complete box.

1. create a file  

command: 

kutch@box:~/scripts$ vi tunnel.sh
 

code: 

#!/bin/bash
xhost +
echo "Opening tunnel km33.com connection"
ssh <user>@km33.com -C -D1096 -L2000:localhost:25 -X

 

2. Change the file permission to 755

command: 

kutch@box:~/scripts$ chmod 755 tunnel.sh

 

3. To run the script

command: 

kutch@box:~/scripts$ ./tunnel.sh

 

Share my site please

Random Image

its_meh (6).jpg