SSH GET KEY
cat ~/.ssh/id_ed25519.pub
Maximauve_
cat ~/.ssh/id_ed25519.pub
ssh-keygen -t rsa -b 4096
ssh-keygen -t dsa
ssh-keygen -t ecdsa -b 521
ssh-keygen -t ed25519
ssh-keygen -t rsa -C "[email protected]"
ssh-keygen -t rsa -b 8192
# 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