an ssh key code example
Example 1: ssh with key
ssh -i ~/.ssh/id_rsa.pub [email protected] -p25
Example 2: ssh key
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub | clip
ssh -i ~/.ssh/id_rsa.pub [email protected] -p25
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub | clip