mysterious bash smashing

This commit is contained in:
Matthew Griffith 2020-03-12 21:37:26 -04:00
parent f18f237404
commit c00987247e

View File

@ -1,4 +1,7 @@
#!/bin/bash
eval "$(ssh-agent -s)"
ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
eval $(ssh-agent -s)
ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
# List out your new key's fingerprint
ssh-add -l
ssh -T git@github.com