Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Christian Weisgerber
"Daniele B.": > I went to my Mac (SSH -V: OpenSSH 6.9p1 LibreSSL 2.1.8) and launched > ssh-keygen produced for my my user a nice RSA key. I grabbed it and I > went on my > cloud server (SSH -V: OpenSSH 9.2p1 OpenSSL 3.0.9) and appended it in > my .ssh/authorized_keys. While RSA _keys_ are still s

Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Daniele B.
Thanks, that was the solution.. -- Daniele Bonini Oct 8, 2023 20:05:11 Jan Stary : > Use an ed25519 key instead of the obsolete rsa key.

Re: SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Jan Stary
Use an ed25519 key instead of the obsolete rsa key. Chances are the sshd server is refusing to work with the obsolete key. If you showed the actual ssh -v output, people would if that is the case. On Oct 08 19:44:36, my2...@has.im wrote: > Hello, > > While moving my stuff online I decided that i

SSH from old Mac fail to login via ssh rsa key

2023-10-08 Thread Daniele B.
Hello, While moving my stuff online I decided that it was the time to allow more machines to login to my server. Indeed I have my usual old Mac that merits a chance to login to my cloud server too.. ;) I went to my Mac (SSH -V: OpenSSH 6.9p1 LibreSSL 2.1.8) and launched ssh-keygen produced for