Skip to content

Instantly share code, notes, and snippets.

@iniyanmurugavel
Created May 12, 2021 11:14
Show Gist options
  • Save iniyanmurugavel/d42196d6d82eba77be037462734b8287 to your computer and use it in GitHub Desktop.
Save iniyanmurugavel/d42196d6d82eba77be037462734b8287 to your computer and use it in GitHub Desktop.
SSH integration in Android
How to add ssh in system and add in github
1. ssh-add -l
2.ssh-keygen -t rsa -b 4096 -C "[email protected]"
3.Press Enter to accept the default file location
4.Enter a secure passphrase
5.cat .ssh/id_rsa.pub
Github
Settings -Select SSH and GPG keys - Click New SSH key -Enter a title in the field -Paste your public key into the Key field -Click Add SSH key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment