rsa_id ssh code example
Example 1: copy ssh keys
pbcopy < ~/.ssh/id_rsa.pub
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
pbcopy < ~/.ssh/id_rsa.pub
ssh-keygen -t rsa -b 4096
ssh-keygen -t dsa
ssh-keygen -t ecdsa -b 521
ssh-keygen -t ed25519