cc_staff
176
edits
m (minor formatting nits) |
m (right nits this time) |
||
Line 71: | Line 71: | ||
If you are using the command line <tt>ssh</tt> command on macOS, Linux, GitBash or Cygwin, you should tell your system to "forget" the old host key by running one of the following commands: | If you are using the command line <tt>ssh</tt> command on macOS, Linux, GitBash or Cygwin, you should tell your system to "forget" the old host key by running one of the following commands: | ||
<!--T:16--> | |||
ssh-keygen -R graham.computecanada.ca | ssh-keygen -R graham.computecanada.ca | ||
ssh-keygen -R cedar.computecanada.ca | ssh-keygen -R cedar.computecanada.ca | ||
Line 79: | Line 79: | ||
Afterwards, the next time you ssh to the cluster you'll be asked to confirm the new host keys, e.g.: | Afterwards, the next time you ssh to the cluster you'll be asked to confirm the new host keys, e.g.: | ||
<!--T:18--> | |||
$ ssh graham.computecanada.ca | $ ssh graham.computecanada.ca | ||
The authenticity of host 'graham.computecanada.ca (142.150.188.70)' can't be established. | The authenticity of host 'graham.computecanada.ca (142.150.188.70)' can't be established. |