creating ssh keys linux code example
Example 1: gen ssh key
ssh-keygen -t rsa -b 4096
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
Example 3: ssh keygen
ssh-keygen -t rsa -b 8192
Example 4: create public key linux
ssh-keygen -t rsa -C "[email protected]"
Example 5: add ssh key linux
$ ssh-keygen -t ed25519 -C "[email protected]"