Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
SSH server.?
I had just installed Putty on to the laptop to access the Raspberry pi with has the Volumio installed on the pi 4. I looking in on setting up my remote to work Volumio. But as i try login in on putty, put when i tried putting the IP address in a message pops up (Network error connection refused) so what is that...
Ok, how would i solve that.
3 Answers
- Anonymous5 months agoFavorite Answer
Usually, that means that the SSH server is not running, or you're not connecting to the right computer.
To fix the former, you would connect a keyboard and screen to your Pi and start the SSH server. The command is probably something like "systemctl start ssh" or "systemctl start dropbear".
To fix the latter, you would find and use the correct IP address.
- BigELv 75 months ago
If the ssh server was not running, it would timeout. Refused means it is firewall blocked or ssh has some authentication problem. Start with the firewall and whether your PI has one running.
- opurtLv 75 months ago
It means what it says -- the device you tried to connect to refused the connection.
It could be that the SSH server daemon isn't running on the Pi so it's not expecting incoming connections, or maybe the firewall (iptables) is blocking SSH connections to it, or maybe something else.