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 :: ssh for github 
Shell :: github ssh key 
Shell :: ssh key generation 
Shell :: shell script variable 
Shell :: revert git add 
Shell :: taskkill cmd 
Shell :: enable remote desktop powershell server 2019 
Shell :: ssh git clone 
Shell :: sbt install mac 
Shell :: matplotlib log colorbar 
Shell :: ruby install for mac 
Shell :: git move head to specific branch 
Shell :: docker load 
Shell :: sudo apt-get dbeaver 
Shell :: how do you merge two git repositories 
Shell :: git take ours 
Shell :: journalctl vacuum 
Shell :: grep exact match 
Shell :: crosh 
Shell :: intel hd 4000 ubuntu driver 
Shell :: brew upgrade 
Shell :: solana create keypair 
Shell :: instal kdenlive 
Shell :: mac m1 laravel global install 
Shell :: push-github-project 
Shell :: make a desktop file in ubuntu 
Shell :: bash add help argument 
Shell :: uninstalling docker-compose 
Shell :: reaect native reactotron 
Shell :: centos 7 ius-release.rpm 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =