We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9cf17 commit b845bdaCopy full SHA for b845bda
docs/utils.sh
@@ -5,7 +5,7 @@ function add_ssh_keys() {
5
mkdir -p ~/.ssh
6
chmod 700 ~/.ssh
7
echo -n "${key_string}" >~/.ssh/id_rsa_base64
8
- base64 --decode --ignore-garbage ~/.ssh/id_rsa_base64 >~/.ssh/id_rsa
+ base64 -w 0 ~/.ssh/id_rsa_base64 | base64 -di >~/.ssh/id_rsa
9
chmod 600 ~/.ssh/id_rsa
10
}
11
0 commit comments