Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: generate new ssh key 
Shell :: install mpdf laravel 
Shell :: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission denied 
Shell :: how to see users logged in linux 
Shell :: git squash commits merge 
Shell :: vscode restart window 
Shell :: Find last digit of a number in c# 
Shell :: install sdl2 macos 
Shell :: mssql-tools : depends: msodbcsql17 (= 17.3.0.0) but it is not going to be installed 
Shell :: git new branch 
Shell :: curl post form 
Shell :: linux append to file 
Shell :: setup systemctl redis 
Shell :: linux display services listening for connections and ports they are listening on 
Shell :: what version of linux am i running 
Shell :: init jest config 
Shell :: how to use gitignore to ignore a folder 
Shell :: refusing to merge unrelated git 
Shell :: ss in linux command stands for 
Shell :: git force lf 
Shell :: how to install node using nvm 
Shell :: create repository, commit, and push 
Shell :: what is samba in linux 
Shell :: regex match + n lines 
Shell :: git remove file from commit 
Shell :: start xampp on mac 
Shell :: Managing network connections in ubuntu 
Shell :: git show unpushed commits 
Shell :: bash switch 
Shell :: rails all path 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =