Keep SSH Connection Alive

ssh user@ip-address -i ~/.ssh/RSA file -p port number -o ServerAliveInterval=60 -o ServerAliveCountMax=3

 

Scroll to Top