Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh github generate key

$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
Comment

Generate a new GitHub SSH key

ssh-keygen -t rsa -b 4096 -C "[your github's email]"
Comment

Create GitHub SSH key

ssh-keygen -t rsa -C "ex@email.com"
Comment

how to generate ssh keys for git

$ ssh-keygen -o
Generating public/private rsa key pair.
Enter file in which to save the key (/home/schacon/.ssh/id_rsa):
Created directory '/home/schacon/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/schacon/.ssh/id_rsa.
Your public key has been saved in /home/schacon/.ssh/id_rsa.pub.
The key fingerprint is:
d0:82:24:8e:d7:f1:bb:9b:33:53:96:93:49:da:9b:e3 schacon@mylaptop.local
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu extract zip 
Shell :: pymongo install windows 10 
Shell :: how to install redux for react native 
Shell :: find rm files older 
Shell :: awk convert first character to lowercase 
Shell :: change config for this repository 
Shell :: chmod using find in bash 
Shell :: bash expression 
Shell :: how to find device model of laptop on linux 
Shell :: rename a.out 
Shell :: how to change branches in githup from terminal 
Shell :: ubuntu install all language packs 
Shell :: montar pasta compartilhada virtualbox 
Shell :: batch file with flags 
Shell :: bash array number range from var 
Shell :: install mongodb ubuntu 18.04 
Shell :: install kube-vip 
Shell :: how to open windows powershell 
Shell :: Running a local script on a remote machine (or remote on local) 
Shell :: bash find string in program output 
Shell :: git checkout -q error: you need to resolve your current index first 
Shell :: how to move file from one directory to another in linux 
Shell :: terminal theme 
Shell :: how to open a .sh file 
Shell :: cs50 docs 
Shell :: terminal rename folder 
Shell :: find in linux 
Shell :: Failed to install expo package with error: yarnpkg exited with non-zero code: 1 yarnpkg exited with non-zero code: 1 
Shell :: Redirect output from within the shell script 
Shell :: git commit with message 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =