a68cf5765b5a8669d1e8769e8c99d0bf80171651
[webi-installers/.git] / ssh-utils / ssh-setpass.sh
1 #!/bin/bash
2
3 function __init_ssh_setpass() {
4     set -e
5     set -u
6
7     ssh-keygen -p -f "$HOME/.ssh/id_rsa"
8 }
9
10 __init_ssh_setpass