add ssh to github
### ADD SSH key to Github ###
# Check if you have a key?
ssh-add -l
# If not? then follow steps to generate key
ssh-keygen -t rsa -b 4096 -C your__gmail
# Now for copy the key use xclip tool or just goto file and copy
sudo apt install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
# Now goto github.com and goto settings
# select SSH and GPG keys
# New SSH key
# Enter "your__choice__name" in title field...
# Paste your public key into the Key field
# Click Add SSH key
DONE!!!
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"> Enter passphrase (empty for no passphrase): [Type a passphrase]
> Enter same passphrase again: [Type passphrase again]$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Also in C++:
- ubuntu bluetooth not working
- sshpass example
- grep line after match
- kill all mysql processes
- Changing columns for table "users" requires Doctrine DBAL. Please install the doctrine/dbal package.
- adb install apk
- github extension for visual studio 2019 vs git scm
- bash uppercase string
- https://git-lfs.github.com/
- turn off bluetooth by default ubuntu 20\.04
- configure epel repo rhel 8
- how to clear django shell
- how to uninstall npm packages
- install reach router
- Adding "0" if clock have one digit
- open folder from terminal
- code blocks download for debian
- ubuntu terminal how to copy and move file
- how download google drive file with wget
- udpate node terminal windows
- Install / Update Dbeaver Community on Ubuntu
- install GUI centos 7
- download git for mac
- yarn install No such file or directory: 'install'