Calculating an SSH key fingerprint
Feb 20, 2021 17:30 · 72 words · 1 minute read
After you have uploaded your SSH public key to websites like GitHub, they won’t show the complete key anymore - but instead show the key’s fingerprint. This is how you can calculate the fingerprint yourself (e.g. to compare them):
|
|
-l
stands for “Show the fingerprint”, -f <filename>
for specifiying a file.
This works with both the public as well as the private part of the key. 🔐
- Awesome CSS Transitions Tutorial
- Parcel.js Web Application Bundler: Enabling Tree Shaking for much smaller builds
- Wagtail: Open Source Django CMS
- Web Development: Overview & Basic Concepts
- Combine & sort multiple csv files ⇒ one csv file
- Improving one's coding skills: Best Practices & Resources
- mysqldump: Dump a single database table to a file
- Tour of Rust
- Restarting a Go app on code change
- Git auto-commit & push every couple of minutes