Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create a ssh key

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

generate ssh key

ssh-keygen -t rsa
Cat ~/.ssh/id_rsa.pub
Comment

generate ssh key

ssh-keygen
ssh-copy-id your_email@example.com
Comment

how we can generate ssh key

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

genereate ssh key

ssh-keygen -t ed25519 -f ~/.ssh/sshKey -q -N ""
Comment

generate ssh key

ssh-keygen -t ed25519 -a 200 -C "yourname@dzangolab.com" -f ~/.ssh/yourname.ed25519

//Add your key to ssh-agent in order to avoid having to input your passphrase all the time.
ssh-add -K ~/.ssh/yourname.ed25519
Comment

Generate SSH Key

ssh-keygen -R "your_ip_address"
Comment

PREVIOUS NEXT
Code Example
Shell :: make tarball backup of director 
Shell :: mkdir creating multiple containing folders 
Shell :: list des group linux 
Shell :: unzip recursively linux 
Shell :: sed from start to match 
Shell :: get current directory batch 
Shell :: how to fork from github to bitbucket 
Shell :: print screen in ubuntu to folder 
Shell :: react icons 
Shell :: download composer version 1.6.5 
Shell :: download fbreader for ubuntu 
Shell :: immutable byte ssh 
Shell :: install vim in wsl 
Shell :: mac quit finder 
Shell :: how to install appindicator 
Shell :: git warning redirecting to 
Shell :: gitlab login on terminal 
Shell :: how delete wireless connection raspberry pi terminal 
Shell :: let latest commit hash 
Shell :: how to install pandas 
Shell :: mac tftp server directory 
Shell :: in ubuntu both mouse pad key working same 
Shell :: remove branch not published yet 
Shell :: tar.exe zip format 
Shell :: get shared mailbox powershell exchange 2010 
Shell :: search for a filetype extension PowerShell 
Shell :: deploy github actions with firebase 
Shell :: checking remote status in git 
Shell :: ubuntu iso 
Shell :: gitignore 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =