-
-
Save iniyanmurugavel/d42196d6d82eba77be037462734b8287 to your computer and use it in GitHub Desktop.
SSH integration in Android
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
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