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 :: sed remove first line 
Shell :: elasticsearch get indices regex 
Shell :: npm cors api use 
Shell :: git bring your changes to a new branch 
Shell :: bash upgrade cmake (From Source) 
Shell :: export variable bash 
Shell :: Host key verification failed. fatal: Could not read from remote repository. 
Shell :: insert a line at a line number sed 
Shell :: how to remove amplify from system globally 
Shell :: how to activate virtual environment in ubuntu 
Shell :: git go back to previous commit temporarily 
Shell :: ufw add rule with comment 
Shell :: change remote origin git 
Shell :: apt update package 
Shell :: bash get file size in mb 
Shell :: docker disable auto start 
Shell :: how to run docker daemon on ubuntu 
Shell :: nvm cheatsheet 
Shell :: bash parameter 
Shell :: see output of a running processes linux 
Shell :: command to add a user to a group 
Shell :: grep a port in mac 
Shell :: bash script to clean up log files in /var/log 
Shell :: cp all files except one 
Shell :: ssh key gen 
Shell :: cypress install npm 
Shell :: mssql-tools : depends: msodbcsql17 (= 17.3.0.0) but it is not going to be installed 
Shell :: how to change hostname in kali linux 
Shell :: rails reset gemfile.lock 
Shell :: port forward kubernetes 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =