refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / ssh-setpass / README.md
1 ---
2 title: SSH setpass
3 homepage: https://webinstall.dev/ssh-setpass
4 tagline: |
5   Set a new passphrase on your SSH Private Key.
6 linux: true
7 ---
8
9 ## Cheat Sheet
10
11 > `ssh-setpass` will ask you for your old passphrase and then for the new one to
12 > reset it with.
13
14 ```bash
15 ssh-setpass
16 ```