mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
17 lines
283 B
Markdown
17 lines
283 B
Markdown
---
|
|
title: SSH setpass
|
|
homepage: https://webinstall.dev/ssh-setpass
|
|
tagline: |
|
|
Set a new passphrase on your SSH Private Key.
|
|
linux: true
|
|
---
|
|
|
|
## Cheat Sheet
|
|
|
|
> `ssh-setpass` will ask you for your old passphrase and then for the new one to
|
|
> reset it with.
|
|
|
|
```bash
|
|
ssh-setpass
|
|
```
|