Created
July 4, 2019 03:04
-
-
Save jenting/b77fb9d9fc58fe1c9b6b097167d06ec7 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
eval "$(ssh-agent -s)" | |
ssh-add ~/.ssh/id_rsa | |
ssh-add -L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment