After restart my server i cannot SSH , SFTP and ProFTPD Stopped

Hello all,

I did a fresh restart to my box after restart I cannot log in to SSH as well as SFTP however I’m able to login to the control panel with port 10000

I check my etc/ssh and this directory contains only 3 files “moduli”, “ssh_config”, sshd_config

Also, my ProFTPD FTP Server stoped

I’m not sure how and where to start my troubleshooting.

Can someone give me little support here.

Thank you

Solved it with this https://www.virtualmin.com/comment/759687#comment-759687

# ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
# ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
# ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key
# systemctl restart sshd

Root access and SFTP working and I can see /etc/ssh has all the key files

ProFTPD
apt-get purge proftpd-basic
apt-get install proftpd-basic

That also start working…

Atleast now I’m happy

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.