how to add ssh key using linux commands code example
Example 1: linux create public key
ssh-keygen -t rsa -C "[email protected]"
Example 2: how to generate ssh key in linux
ssh-keygen -t rsa -b 4096
ssh-keygen -t dsa
ssh-keygen -t ecdsa -b 521
ssh-keygen -t ed25519