Created
October 28, 2024 15:40
-
-
Save mikenabhan/4b47ca49b9ff52f9f3ed2355b612e7a6 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
| function sshprep() { | |
| keys=("/Users/mike/.ssh/key1" "/Users/mike/.ssh/key2" "/Users/mike/.ssh/key3") | |
| ssh-add ${keys[@]} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment