ssh shortcuts code example
Example 1: ssh key
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub | clip
Example 2: ssh command
ssh -p <portnumber> hostname
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_ed25519.pub | clip
ssh -p <portnumber> hostname