Skip to content

Instantly share code, notes, and snippets.

@mikenabhan
Created October 28, 2024 15:40
Show Gist options
  • Select an option

  • Save mikenabhan/4b47ca49b9ff52f9f3ed2355b612e7a6 to your computer and use it in GitHub Desktop.

Select an option

Save mikenabhan/4b47ca49b9ff52f9f3ed2355b612e7a6 to your computer and use it in GitHub Desktop.
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