Skip to content

ssh key pair

felix0102 edited this page Dec 27, 2019 · 1 revision

Creating an SSH Key Pair on the Command Line

  • ssh-keygen -t rsa -N "" -b 2048 -C "<key_name>" -f <path/root_name>
  • ssh-keygen

Reference Link

Clone this wiki locally