Guides ยท Engineering
SSH Key Setup Basics
Set up SSH keys securely
This guide covers generating SSH key pairs, using strong passphrases, adding keys to agents, configuring authorized_keys, and rotating keys periodically.
- ssh
- keys
- passphrase
- authorized_keys
- agent
Generate keys securely
Use modern algorithms (ed25519 or rsa 4096) with a passphrase.
Store and load
Keep private keys in user profile, use ssh-agent, and avoid copying to multiple machines unsecured.
Configure access
Add public keys to authorized_keys with limited permissions; disable password login where possible.
Rotate and audit
Replace keys periodically and remove old or unused keys.
Keep Exploring
Guides
Intro to CAD Modeling
Learn the core CAD workflow for turning simple sketches into precise, editable 3D parts.
How it works
Air Traffic Control
Air traffic control coordinates aircraft movements to maintain safe separation.
Comparison
Hydrogen Car vs EV
Hydrogen cars make electricity from fuel onboard, while EVs store electricity directly in batteries.
Examples
Lever Simple Machine
A lever multiplies force by pivoting around a fulcrum, trading distance for mechanical advantage.