How To Set up SSH Keys on a Linux / Unix System public key and private key ops

por | 6 enero, 2022
Generate public key and private key

The following syntax specifies the 2048 of bits in the RSA key to creation (default 2048):

$ ssh-keygen -t rsa -b 2048 -f vps-cloud.web-server.key -C "vps cloud key"