Hi,
In my Zimbra log are a lot of messages like "mail sshd[11267]: Failed password for root from xxx.xxx.xxx.xxx port 51664 ssh2".
What should I do to stop access for this ip?
Thank you!
Hi,
In my Zimbra log are a lot of messages like "mail sshd[11267]: Failed password for root from xxx.xxx.xxx.xxx port 51664 ssh2".
What should I do to stop access for this ip?
Thank you!
You should not have any vulnerable ports open to the internet and especially port 22, you should access the server via a VPN for admin purposes.
Hi,
If you change the SSH port on your server, please make sure that you reflect this change into Zimbra with the next command:
zmprov ms hostname.yourdomain.com zimbraRemoteManagementPort 10212
You can check then the SSH keys:
ssh -vi .ssh/zimbra_identity -o strictHostKeyChecking=no zimbra@hostname.yourdomain.com -p 10212
And if you have any trouble with the SSH keys, then try to regenerate them:
cd /opt/zimbra/bin/
./zmsshkeygen
./zmupdateauthkeys
But one of the best solutions if you can is the one that [mention:7e2acb425685430bb6a16ef93b1c0d0c:e9ed411860ed4f2ba0265705b8793d05] suggested to you, use VPN to access to SSH. If you can't, then change the port, and protect the system using fail2ban, etc.
Best regards
Users browsing this forum: No registered users and 5 guests