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

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 :: ubuntu git credentials cache 
Shell :: git reset to a file 
Shell :: install github linux 
Shell :: git diff with vimdiff 
Shell :: powershell get serial number 
Shell :: git update on linux 
Shell :: batch copy silent 
Shell :: intsalling pycharm in ubuntu 
Shell :: linux copy output to clipboard 
Shell :: linux how to kill any process on port 
Shell :: chmod directory and subdirectories 
Shell :: apache config location 
Shell :: install packages from selected repo yum 
Shell :: git log --graph 
Shell :: android studio licenses 
Shell :: install node 12 linux 
Shell :: create r anaconda environment 
Shell :: how to install .deb file on termux 
Shell :: nx remove lib 
Shell :: mkdir: /data/db: Read-only file system 
Shell :: upgrade notebook 
Shell :: keep sudo on 
Shell :: git revert all local changes 
Shell :: zsh: command not found: rvm 
Shell :: make zsh for all users 
Shell :: install wget 
Shell :: bash flatten directory 
Shell :: pip uninstall package and dependencies 
Shell :: warp out files in linux 
Shell :: configuration file WSL2 to prevent consuming massive memory on your 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =