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 :: how to remove remote origin from git repo 
Shell :: ubuntu edit sources.list 
Shell :: env variable for access key and secret key in terraform 
Shell :: git checkout 
Shell :: graphql comment 
Shell :: how to install nvm in ubuntu 
Shell :: can i install linux on an external hard drive 
Shell :: install glfw3 
Shell :: how to add a directory to path in linux 
Shell :: bash variable lowercase 
Shell :: powershell for each loop 
Shell :: install maven dependencies 
Shell :: user current process in linux 
Shell :: how to check user in group linux 
Shell :: install lutris ubuntu 
Shell :: ionic capacitor android 
Shell :: linux how many cpus 
Shell :: git log with simple graph 
Shell :: remove remote 
Shell :: convert wsl to wsl2 
Shell :: download post man in linux 
Shell :: download telegram for ubuntu 
Shell :: how to setup vim plugins 
Shell :: add a new line at the end of this file in powershell 
Shell :: meteor uninstall 
Shell :: Cannot find cairo.h! Please install cairo 
Shell :: password generator bash 
Shell :: how to uninstall npm package 
Shell :: bash scripts arguments 
Shell :: github api fetch 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =