mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
add some vps setup utils
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: SSH setpass
|
||||
homepage: https://webinstall.dev/ssh-setpass
|
||||
tagline: |
|
||||
Set a new passphrase on your SSH Private Key.
|
||||
linux: true
|
||||
description: |
|
||||
`ssh-setpass` will ask you for your old passphrase and then for the new one to reset it with.
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -u
|
||||
|
||||
ssh-keygen -p -f "$HOME/.ssh/id_rsa"
|
||||
Reference in New Issue
Block a user