SSH Keys: Difference between revisions

no edit summary
m ("ideally" as opposed to what in practice? I suggest a stronger language: "you must...")
No edit summary
Line 158: Line 158:
  ssh-keygen -C 'computecanada systems'
  ssh-keygen -C 'computecanada systems'
* You can choose the name of the key file:
* You can choose the name of the key file:
  ssh-keygen -F computecanada-key
  ssh-keygen -f computecanada-key
This produces a file "computecanada-key" containing the private part, and "computecanada-key.pub" for the public part.
This produces a file "computecanada-key" containing the private part, and "computecanada-key.pub" for the public part.
* There are sometimes reasons to choose a different key type (rather than the RSA default):
* There are sometimes reasons to choose a different key type (rather than the RSA default):
1

edit