Live data from Hacker News

Upgrading to MacOS Sierra will break your SSH keys and lock you out

medium.freecodecamp.com

1–5 of 5 posts

Re: Upgrading to MacOS Sierra will break your SSH keys and lock you out

#3
umm, no. I have 1024 bit keys and they have continued to work fine from my Mac to various servers that have the corresponding public key. (yes they should be updated, but I have larger keys for other servers).

I use the stock ssh in /usr/bin/ssh

Perhaps you had dsa keys? Those were deprecated and support for them was dropped.

Re: Upgrading to MacOS Sierra will break your SSH keys and lock you out

#5
> You can leave this blank or add a password for a little extra security (and a lot more typing).

Please please stop saying things like this. If typing the password is inconvenient to you, store it in your keychain. OS X/macOS makes this trivially easy. Having a pass phrase on your private key is (almost) as important as using a key with sufficient entropy.