Jump to content
Fi8sVrs

SSH Back 1.0

Recommended Posts

  • Active Members
Posted

SSH Back is a set of shell scripts that assist you in shuffling an ssh connection over socat and ssl.

README

Have you ever needed to have access to an ssh server from behind
a NAT'ed firewall? Now you can. SSHBack allows you to have reverse
ssh connections connect back to you.

Made from 100% FOSS recycled materials, this software is made to
withstand the most demanding conditions, including, but not
limited to: __FILL_IN_BLANK_HERE__

(For amusement purposes only. Do not abuse or misuse this product.
Do not ruin anyone's day with this software, please!)

sshback client machine: has openssh-server on
sshback sever machine: has openssh-client on

NOTE: "Server_Common_Name" must be able to DNS resolve
on the client machine, e.g.
$ host www.servercommonname.com
www.servercommonname.com has address xxx.xxx.xxx.xxx

run
$ ./sshback_make_certs.sh
to make all the certs

then move client.pem, server.crt, and sshback_client.sh to the
machine with openssh-server installed
make sure 'socat' is installed
chmod +x sshback_client.sh
add line to /etc/rc.local like...
/path/to/sshback_client.sh &
...to make it autorun

then move server.pem, client.crt, and sshback_client.sh to the
machine with openssh-client installed
make sure 'socat' is installed
chmod +x sshback_server.sh
and then when you want to connect up, just ./sshback_server.sh
and wait up to 1 minute it should connect back

Download

SSH Back 1.0 ? Packet Storm

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...