SauRoNZA
Honorary Master
Okay my customers are getting more and more uppity about us testing remote connections to their systems on a regular basis so that we don't end up with the problem that during a critical issue there is not remote connectivity.
Sure sure in a perfect world it would be online 24/7 and fairly static...but nothing is perfect.
Deeper problem is that just about everyone has a different manner of connectivity, but for a start let's look strictly at SSH.
I use MobaXTerm as my default client for all things remote.
Is there an existing script or even Linux-based application out there that I could run on a monthly basis with a Cronjob to simply report back and say "YES, this connection works"?
I already have some bash scripts in place just to open the connections with minimal hassle right now so that part is already mostly automated, but what I need to figure out is how do I get the feedback from the other end to say "Yes I'm here, you've logged into me" ?
A standard ICMP check to know the box is still there won't do the job. I need to know authentication works and that I can get to the other end completely.
Spiceworks and Nagios came to mind very quickly but I'm not sure either will work with the multi-layer jump server setups...or manual password entry that is required sometimes.
And any solution that requires a client side install is probably a no go as I couldn't get client buy-in on that.
Sure sure in a perfect world it would be online 24/7 and fairly static...but nothing is perfect.
Deeper problem is that just about everyone has a different manner of connectivity, but for a start let's look strictly at SSH.
I use MobaXTerm as my default client for all things remote.
Is there an existing script or even Linux-based application out there that I could run on a monthly basis with a Cronjob to simply report back and say "YES, this connection works"?
I already have some bash scripts in place just to open the connections with minimal hassle right now so that part is already mostly automated, but what I need to figure out is how do I get the feedback from the other end to say "Yes I'm here, you've logged into me" ?
A standard ICMP check to know the box is still there won't do the job. I need to know authentication works and that I can get to the other end completely.
Spiceworks and Nagios came to mind very quickly but I'm not sure either will work with the multi-layer jump server setups...or manual password entry that is required sometimes.
And any solution that requires a client side install is probably a no go as I couldn't get client buy-in on that.
Last edited: