nano ~/.ssh/config

Category: VPS Management

nano ~/.ssh/config

Edit the SSH client config file

~/.ssh/config defines per-host shortcuts and options: Host aliases, IdentityFile paths, ProxyJump chains, and default ports, so a plain 'ssh web' expands to a full connection recipe. Settings here are the client-side mirror of the server hardening you just did. Keep permissions at 600 — the file may reference private keys.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.