Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh key pair for github

$ cat ~/.ssh/id_rsa.pub
Comment

ssh key pair github

$ cd ~/.ssh
$ ls
Comment

shh key pair for github

$ ssh-keygen -o -t rsa -C "your@email.com"
Comment

ssh key for github

SSH stands for Secure Shell.
When working with a GitHub repository,
you'll often need to introduce yourself to
GitHub using your username and password.
SSH key is an alternate way to identify yourself
that doesn't require you to enter you username and password every time.

SSH keys come in pairs, a public key that
gets shared with services like GitHub,
and a private key that is stored only on
your computer. If the keys match, you're granted access.
Comment

PREVIOUS NEXT
Code Example
Shell :: git not asking for password 
Shell :: crontab only working days 
Shell :: install golang 
Shell :: -bash: /bin/rm: Argument list too long inodes 
Shell :: upgrade bash version mac 
Shell :: git reset hard for remote 
Shell :: zsh: command not found: npm 
Shell :: git merge abort 
Shell :: install ionic 
Shell :: virtualbox guest additions ubuntu 20.04 install 
Shell :: docker basic commands 
Shell :: centos install copmposer 
Shell :: ubuntu install wine terminal 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: how to both add and commit in git 
Shell :: Undo the commit and completely remove all changes 
Shell :: tcpdump tcp ipaddress 
Shell :: git remove folder from repository 
Shell :: powershell length of string 
Shell :: set multiple git username and password 
Shell :: git clean fdx 
Shell :: install vlc rhel 
Shell :: add user ubuntu 20.04 
Shell :: windows scan for corrupt files 
Shell :: allow ping using cmd 
Shell :: install ionic 6 
Shell :: rpm install google-chrome-stable in cmd 
Shell :: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 
Shell :: cargo build release 
Shell :: install r packages in anaconda 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =