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

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 :: install playwright 
Shell :: how to stop port 8080 
Shell :: linux find multiple filenames 
Shell :: linux show copy progress 
Shell :: linux view kernel version 
Shell :: format partition to ext4 linux 
Shell :: wsl file to unix format 
Shell :: youtube-dl continue 
Shell :: remove git repository vscode 
Shell :: how to install webhint globally 
Shell :: android init emulator with cli 
Shell :: raspberrypi-ui-mods kept back 
Shell :: ubuntu install bin86 
Shell :: view index not found. laravel 
Shell :: use python shell with git bash 
Shell :: branch list in git 
Shell :: grep tail 
Shell :: Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. 
Shell :: wsl convert to wsl2 
Shell :: stop all running instances of tmux 
Shell :: apche superset installation 
Shell :: how to install pyqt5 dev tools 
Shell :: activate virtual environment ubuntu 
Shell :: unzip a .gz file in linux 
Shell :: make an account password more than 4 characters macos 
Shell :: how to remove first line from output using awk 
Shell :: bash while read line loop from variable 
Shell :: list usb devices linux tty 
Shell :: bash replace symbolic links with original files 
Shell :: copy file using powershell script 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =