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