FTP and SSH not working.
Today ftp and ssh clients stopped working properly for me on my fedora 20 OS.
I can "use" ftp
and ssh
clients in the terminal, but these clients refuse connections. I also cannot view well-known ftp listings (e.g. ftp ://ftp.gnu.org/
). I get a "could not connect" error from chrome.
How can I make these programs work properly again?
There seems to be a problem with your internet connection. Are you sure that you are properly connected to internet? Can you ping ftp.gnu.org?
The clients work just fine for me. Please check your network as @hedayat suggests. Please also edit your question and include the output of
ssh -v <host you're connecting to>
. That'll give us more information on the exact nature of the error.