Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssh key

ssh-keygen -t ed25519 -C "your_email@example.com"
cat ~/.ssh/id_ed25519.pub | clip
Comment

ssh with key

ssh -i ~/.ssh/id_rsa.pub wodby@192.237.248.66 -p25
Comment

ssh key

# SSH protocol supports several public key types for authentication keys. The key type and key size both matter for security. Based on the difference of each SSH key type, we recommend the following ways to generate SSH key file.
ssh-keygen -t rsa -b 4096
ssh-keygen -t dsa
ssh-keygen -t ecdsa -b 521
ssh-keygen -t ed25519
Comment

PREVIOUS NEXT
Code Example
Shell :: start xampp on mac 
Shell :: jupyter show digits 
Shell :: git merge branch to master 
Shell :: supertest npm 
Shell :: Regex: Match Last Occurrence aka Negative Lookbehind 
Shell :: bash add help argument 
Shell :: pull a specific branch from github 
Shell :: get folder from differente branch git 
Shell :: rsync ssh 
Shell :: github fork my own repo 
Shell :: install screen recorder linux 
Shell :: gunicorn port 8080 
Shell :: where is my ubuntu folder located 
Shell :: gui for wsl2 ubuntu 
Shell :: add ignored file to git 
Shell :: list all files in a directory linux 
Shell :: github how to remove changes 
Shell :: wsl start distro 
Shell :: take sudo access inside vim 
Shell :: how to install openvpn connect on ubuntu 20.04 
Shell :: ubuntu software not showing apps 20.04 
Shell :: how to find ssh config file mac 
Shell :: update database syntaxn using nuget package 
Shell :: best source code editor 
Shell :: how to add remote branch 
Shell :: xbox 360 wireless adapter linux 
Shell :: top command 
Shell :: umask 
Shell :: install robot framework 
Shell :: how to setup .env file for docker 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =