ssh connection error
See original GitHub issueHi,
I tried to configure a connection over ssh configuration, that is the same I’m using with mysql workbench, but it’s fails showing “Connection refused”.
The connection works:
nc 192.168.2.5 22
SSH-2.0-OpenSSH_6.7p1 Debian-5+deb8u2
ssh root@192.168.2.5
root@192.168.2.5's password:
Last login: Tue May 24 08:41:19 CEST 2016 from 192.168.2.103 on pts/3
Linux #1 SMP Debian x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@Debian:~#
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (7 by maintainers)
Top Results From Across the Web
How to Fix the SSH "Connection Refused" Error - phoenixNAP
Typos or incorrect credentials are common reasons for a refused SSH connection. Make sure you are not mistyping the username or password. Then, ......
Read more >How to Fix the SSH "Connection Refused" Error - Kinsta
If your SSH service is down. Contact your hosting provider to see why your SSH service isn't running. · If you entered the...
Read more >How to Troubleshoot SSH Connection Issues - GeeksforGeeks
Connection Refused · Verify that the host IP address is correct · Verify the firewall rules, check the inbound rules allowed by the...
Read more >4 Reasons Why SSH Connection Fails - Linux.com
1. Our SSH Public Key Is Not Injected To Servers. · 2. Firewall Prevents Us From Connecting · 3. Host Key Check Fails...
Read more >How to fix the SSH “Connection refused" error? - SiteGround KB
What are the reasons for the error “Connection Refused” in SSH and how to fix them? · Your local computer doesn't have an...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok. I have found the problem. The test connection with SSH Tunnel is not working without saving the configuration. Try to save it then connect. It should work.
I received this error when the incorrect RDS DB server address was input. Maybe a different error message should be displayed to differentiate the two?