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 :: install pygraphviz 
Shell :: stop git 
Shell :: add all files in directory to git 
Shell :: git vimdiff 
Shell :: force logrotate linux 
Shell :: install mongodb on m1 
Shell :: firebase hosting did not update 
Shell :: git cli switch user 
Shell :: how to install enzyme 
Shell :: ubuntu bluetooth not listed 
Shell :: debian netstat command not found 
Shell :: windows 10 startup folder 
Shell :: qts linux show process port 
Shell :: install flask on ubuntu 
Shell :: linux extract tgz 
Shell :: Bitwarden docker-compose 
Shell :: how to uninstall programms on ubuntu 
Shell :: instal .deb ubuntu 
Shell :: how to remove git history for a file 
Shell :: system program error detected ubuntu 
Shell :: conda upgrade notebook 
Shell :: ufw block ip linux 
Shell :: git remove all local changes 
Shell :: ffmpeg convert mp4 to gif 
Shell :: clear history powershell 
Shell :: install mod_wsgi 
Shell :: ubuntu install netcat 
Shell :: uppercase first str bash 
Shell :: OFFLINE pdf UNlocker FOR UBUNTU 
Shell :: How to download Net Beans onto linux ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =