Fill in the blank.
What command creates a SSH key pair? (Specify ONLY the command without any path or parameters)
Fill in the blank.
What command creates a SSH key pair? (Specify ONLY the command without any path or parameters)
The command that creates an SSH key pair is 'ssh-keygen'. This command generates both a public and a private key, which can be used for secure communication over SSH.
ssh-keygen
ssh-keygen