Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can also iterate over all the public keys in ~/.ssh:

    for f in ~/.ssh/*.pub; do ssh-keygen -lf $f; done


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: