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

Generating a new SSH key pair

ssh-keygen -t ed25519 -C "email@example.com"
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 :: add ssh github 
Shell :: create folder with shell/bash 
Shell :: sshd: no hostkeys available -- exiting. 
Shell :: revert git add 
Shell :: install chocolatey on windows 
Shell :: install drush on ubuntu 18.04 
Shell :: git reset to undo a merge 
Shell :: bash loading bar spinner in bash shell script 
Shell :: remove all branch local git 
Shell :: kubectl get namespaces 
Shell :: role ansible update apt 
Shell :: how to learn cuda version 
Shell :: setup systemd redis 
Shell :: npm insall serve globally 
Shell :: copy from server to local scp 
Shell :: how to make directory in ubantu 
Shell :: expand aliases 
Shell :: nginx letsencrypt 
Shell :: bash remove trailing whitespace from every line 
Shell :: install geopandas in jupyter notebook 
Shell :: read from .env file bash 
Shell :: how to enable mod_headers in apache ubuntu 
Shell :: bash change file extension 
Shell :: install ruby linux 
Shell :: how to run code from github 
Shell :: install vuex orm 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: clipboard app for ubuntu 
Shell :: displaying the last line of output bash 
Shell :: change default terminal linux 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =