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

how we can generate ssh key

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

generate ssh key

ssh-keygen
ssh-copy-id 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 :: git restore file 
Shell :: kivy install ubuntu 20 
Shell :: install cocoapi 
Shell :: how to create permanent alias in linux 
Shell :: git stash pop single file 
Shell :: npm install mailchimp 
Shell :: install nix macos 
Shell :: push the project to github 
Shell :: scan and print all keys redis shell 
Shell :: github username 
Shell :: install docker linux 
Shell :: git how to see changes made by a commit 
Shell :: redis install ubuntu 20.04 
Shell :: debian install nvidia driver 
Shell :: change display resolution on terminal 
Shell :: configure static ip address linux 
Shell :: tar command 
Shell :: run bash script linux with sudo password 
Shell :: how to install certbot on ubuntu 
Shell :: git branch from current branch 
Shell :: install packages with pip jupyter 
Shell :: uninstall specific java openjdk ubuntu 
Shell :: linux list all system groups in order 
Shell :: kube log 
Shell :: how to install wine in ubuntu 18.04 
Shell :: ubuntu install docker 
Shell :: how to add color in shell script 
Shell :: multiple ssh key 
Shell :: how to terminate localhost 3000 linux 
Shell :: This repository has moved 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =