with base64 unwrap
This commit is contained in:
parent
7e4ad58683
commit
a27b2bd883
@ -9,7 +9,7 @@ fi
|
||||
|
||||
if [ -n "$SSH_KEY" ]; then
|
||||
SSH_KEY_ID="$HOME/.ssh/id_ed25519"
|
||||
echo $SSH_KEY > $SSH_KEY_ID
|
||||
echo $SSH_KEY | base64 -d > $SSH_KEY_ID
|
||||
|
||||
chmod 600 $SSH_KEY_ID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user