Published - 6 years ago ( Updated - 6 years ago )
Sometimes it is necessary to generate a ssh key pair for automatic configuration.
There is no password query in the command line, and an ssh key pair is generated.
There is no password query in the command line, and an ssh key pair is generated.
ssh-keygen -b 2048 -t rsa -f /tmp/id_rsa -q -N "" -C "comment"
No Comment
Post your comment