bugfix(webi): printf rather than echo -e for colors for certain shells
[webi-installers/.git] / ssh-utils / ssh-setpass.sh
1 #!/bin/bash
2
3 {
4     set -e
5     set -u
6
7     ssh-keygen -p -f "$HOME/.ssh/id_rsa"
8 }