Last active
September 9, 2023 15:25
-
-
Save jsyzdek/916778a735e719097844f5de9cea6eda to your computer and use it in GitHub Desktop.
auto load ssh keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if your ~/.ssh/config file isn't cutting it for some reason, | |
# use this. Add as many ssh-add lines as you want. | |
eval $(ssh-agent -s) > /dev/null | |
ssh-add ~/.ssh/private-key > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment