Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
justincormack
on March 7, 2012
|
parent
|
context
|
favorite
| on:
SSH Key Audit on Github (required)
When I did it just now they did have instructions for Mac OS, Windows and (default) Linux linked off the page. Maybe they added them after the original email?
The Linux instructions were
ls ~/.ssh/*.pub | xargs -L 1 ssh-keygen -l -f
cschmidt
on March 7, 2012
[–]
Yes, that link to instructions was only added later this afternoon.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The Linux instructions were
ls ~/.ssh/*.pub | xargs -L 1 ssh-keygen -l -f