Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(simplified intro) |
|||
Line 3: | Line 3: | ||
=SSH Changes (Summer 2019)= | =SSH Changes (Summer 2019)= | ||
With | With constant increase in computing power over time, some encryption algorithms | ||
and protocols which were reasonably secure ten or fifteen years ago can no longer be used without an | and protocols which were reasonably secure ten or fifteen years ago can no longer be used without an unacceptable risk of the connection being compromised by a third party. For this reason, Compute Canada is modifying its policies and practices regarding [[SSH]], the tool used to verify the identity of clusters and users to one another. Some users may have to update their SSH client software, some may have to generate a new public/private key-pair, and everyone will have to update the local copy of the "host key" which is used to identify each Compute Canada cluster. | ||
== What | == What is changing? == | ||
During the summer of 2019, we will make the following SSH security improvements on Compute Canada clusters: | During the summer of 2019, we will make the following SSH security improvements on Compute Canada clusters. We will: | ||
# Disable certain | # Disable certain encryption algorithms. | ||
# Disable certain | # Disable certain public key types. | ||
# Regenerate the cluster's host keys. | # Regenerate the cluster's host keys. | ||
If you do not understand the significance of "encryption algoriithms", "public keys", or "host keys", do not be alarmed. Simply follow the steps outlined below. | |||
== Updating your client's known host list == | == Updating your client's known host list == | ||
Line 35: | Line 37: | ||
</pre> | </pre> | ||
This warning is displayed because the host keys on the cluster (in this case [[Graham]]) changed | This warning is displayed because the host keys on the cluster (in this case [[Graham]]) were changed, and your SSH client software remembers the old host keys. (It does this to prevent [https://en.wikipedia.org/wiki/Man-in-the-middle_attack "man-in-the-middle" attacks].) | ||
You may also get a warning regarding "DNS spoofing", which is related to the same change. | You may also get a warning regarding "DNS spoofing", which is related to the same change. |