Which utility is used to generate public and private key pairs for SSH authentication?
ssh-keygen is the standard SSH utility for creating public and private key pairs used for key-based authentication.
ssh-keygen
Community Discussion