Skip to content

Instantly share code, notes, and snippets.

@anupkrbid
Created October 25, 2018 16:10
Show Gist options
  • Save anupkrbid/3f0446a4ff8a9feb3107da49dcfa25e2 to your computer and use it in GitHub Desktop.
Save anupkrbid/3f0446a4ff8a9feb3107da49dcfa25e2 to your computer and use it in GitHub Desktop.
#!/bin/bash
ssh-keygen
ls ~/.ssh
eval `ssh-agent`
ssh-add ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub
# ssh -T [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment