I have a home PC connected through twoway satellite modem. I cant reach from outside, so after a some research I found a solution which is reverse ssh tunneling. but I have a few question regarding the ssh
I have a server, and I would like to make a reverss connection, after I can Use a port-forwarding so I can connect to the HOME PC using the established reverse connection. My question is if I create a public key to establish a connection between the HOME PC and the server, afterwards is it possible to login to this server from a different PC using the password instead of public key?
I would like to write a script(cron job) which establishes the ssh connection, so after 30 minutes it will check if the connection is broken or not, if it's broken, than it will reestablish the connection, how can I check whether the ssh connection is still open?
