add some vps setup utils
[webi-installers/.git] / ssh-setpass / install.sh
1 #!/bin/bash
2
3 set -e
4 set -u
5
6 ssh-keygen -p -f "$HOME/.ssh/id_rsa"