|
|
|
|
|
by rhuber
1945 days ago
|
|
The author of this article should consider following their own advice, since they have a woefully outdated RSA-1024 ssh key securing their GitHub account. $ curl -s https://github.com/apenwarr.keys > blah $ ssh-keygen -l -f blah 1024 SHA256:1IWAUSXOcCKLcmOdAec8JbDt3T75udA4KSpRosEWUaU no comment (RSA) (update: they have now replaced it with an RSA 2048 bit key. progress.) |
|