Back{: .button}
ssh-keygen -t rsa -b 4096
This is an easier way to send the public key to a server. This saves a lot of time by adding the public key to authorized_keys
ssh-copy-id -i ~/.ssh/id_rsa_key user@host
Back{: .button}
ssh-keygen -t rsa -b 4096
This is an easier way to send the public key to a server. This saves a lot of time by adding the public key to authorized_keys
ssh-copy-id -i ~/.ssh/id_rsa_key user@host