Created
July 3, 2023 19:39
-
-
Save nissan/145c63dc05d48c78c8c3e80a0ea56242 to your computer and use it in GitHub Desktop.
Add SSH keys so no prompts for password in session
This file contains 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) | |
#assuming this is the path of the key, change as needed | |
ssh-add ~/.ssh/id_ed25519 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment