How to test ssh connection using bash script in Linux
There can be multiple scenarios due to which ssh connection may fail, some of them can be network issues password incorrect passphrase incorrect and many more.. so we will try to rule out all the possible failed scenarios with some pre-checks before we do the actual task to make sure my ssh doesn’t get hang … Read more