moretty Posted December 6, 2020 #1 Posted December 6, 2020 Hello everyone. I have a problem since yesterday. Every time I try to access ssh it tells me connection refused. I can only access by telnet, can someone help me? Thank you
0 flyride Posted December 6, 2020 #2 Posted December 6, 2020 Investigate. See if the daemon is running, and what port it is attached to. $ sudo -i # ps -ef | grep "/usr/bin/sshd" # netstat -tulpn | grep "sshd"
0 moretty Posted December 9, 2020 Author #3 Posted December 9, 2020 Thank you very much for the help. It was a permission problem on the ssh folder. Fix it
0 Dfds Posted December 10, 2020 #4 Posted December 10, 2020 The question(s) in this topic have been answered and/or the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
Question
moretty
Hello everyone.
I have a problem since yesterday. Every time I try to access ssh it tells me connection refused. I can only access by telnet, can someone help me?
Thank you
3 answers to this question
Recommended Posts