projects
/
webi-installers
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
chore(lint): == to ===
[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
```