mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
9 lines
81 B
Bash
9 lines
81 B
Bash
#!/bin/bash
|
|
|
|
{
|
|
set -e
|
|
set -u
|
|
|
|
ssh-keygen -p -f "$HOME/.ssh/id_rsa"
|
|
}
|