Installing
-------------------------------------

On Debian systems:

Make the binary and the shell script executable:

cd ssh_connector-v1.0beta
chown u+x ssh_connector
chown u+x ssh_connector-menu.sh

Create the directory ~/bin directory if it doesn’t exist:

mkdir ~/bin

Move ssh_connector and the ssh_connector-menu.sh file to the users ~/bin directory (you can also adjust the permissions and move it to /usr/bin to make it a system executable):

mv ssh_connector ~/bin/
mv ssh_connector-menu.sh ~/bin/

Run the application:

ssh_connector

or

~/bin/ssh_connector
