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

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 :: new ssh key github 
Shell :: create new ssh key for github 
Shell :: add ssh github 
Shell :: git clone syntax 
Shell :: how to see users logged in linux 
Shell :: mkdir powershell 
Shell :: npm install mailchimp 
Shell :: grep and 
Shell :: add user to dialout group 
Shell :: user.signingkey git 
Shell :: git commit specific files 
Shell :: install portainer on raspberry pi 
Shell :: mac see current path7 
Shell :: comprimir directorio linux 
Shell :: undo most recent commit 
Shell :: ssh powershell 
Shell :: set keyboard azerty linux 
Shell :: git create a new repository 
Shell :: Flatpak in linux 
Shell :: PowerShell command list software windows server 2016 
Shell :: install mongodb 
Shell :: git bash terminal weird characters 
Shell :: helm docker generate doc 
Shell :: ffmpeg boost audio level 
Shell :: powershell t admin 
Shell :: linux unpack zip 
Shell :: ubuntu 20.04 install nginx 
Shell :: batch write file 
Shell :: github add all files/directories and subdirectories 
Shell :: gui for wsl2 ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =