Recently moved from windows 11 to kubuntu. I tried to ssh using my private key to my hestia server and kept getting a libcrypt error and wouldn’t connect.
Now my IP address seems to be blocked, how long hestia fail2ban settings ban an IP for.
This private key worked using ssh on windows but will not work on kubuntu. I have no hard console access either as contabo does not have a console.
I’m assuming that the path where the private key is located is /home/cloudknight/.ssh/ and the private key name is private-key (replace them by the actual path and key name)
What’s the ssh command you are using?
Where is located the private key?
What are the perms of that private key?
Also, if we can’t solve it and you trust me, you could send me a private message with the private key and the ip of your server so I could try to connect (of course, you will have to change the key after that).
For the record, the issue was that the private key file had Windows line endings. Once it was converted using the dos2unix command, it was able to connect without any problems.