Failed to establish SSH connection to x.x.x.x Failed to establish SSH connection to x.x.x.x IO error received from remoteConnection reset [java.net.SocketException]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 08:06 AM
Hi All,
we are working on service mapping for one of the Business service we are getting this issue.It is showing as Generic application.
We are getting this issue"Failed to establish SSH connection to x.x.x..x. Failed to establish SSH connection to x.x.x.x IO error received from remoteConnection reset [java.net.SocketException]"
Regards,
Pavan
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 10:04 AM
From the client's perspective, this means that the server hung up the phone after we connected.
This may mean a firewall shut down the connection, or we failed too many authentication attempts.
Some things you can try:
- See if you can connect with your usual ssh client. Login to your midserver and run ssh -vv username@servername <replace with your username and hostname>.
- Check server logs. Set loglevel to debug on the server (usually /etc/ssh/sshd_config), restart it, try your experiment again, and check the logs (usually in /vsar/log/secure)
Interested to hear what you find,
- Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2022 04:21 AM
Hi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2022 02:11 AM
Hi @pavanyuvi,
I would try the following first:
- Network access still valid (Firewalls open to discover the systems?)
- Review Credentials & test them
- Update Discovery/Service Mapping Patterns
- Check Agent.log & Wrapper.log from the MID Server at time of Discovery
- Debug the Pattern itself
Some of those checks are quite simple - I know - but I experienced really strange behaviors and at the end it was either some blocked traffic or wrong User/PWD. Hope this helps.
If this answer helps you please mark it as Helpful/Solution.
Thanks & Regards - Manuel
If my answer helped you, please mark it as Helpful/Solution.
Thanks & many Regards - Manuel