Skip to main content
CO DRI Training
  • Home
  • Calendar
  • Self-Paced
  • Colloquia
  • My Calendar
  • Compute Ontario
    Web Site
    HPC4Health Centre for Advanced Computing (CAC) SciNet SHARCNET
  • Alliance Canada
    Web Site
    ACENet Calcul Québec Compute Ontario BC DRI Group Prairies DRI Group
  • Help
    National Help Wiki Create a Ticket
    Apply For a National Account
  • Explora
  • More
You are currently using guest access
Log in
CO DRI Training
Home Calendar Self-Paced Colloquia My Calendar Compute Ontario Collapse Expand
Web Site HPC4Health Centre for Advanced Computing (CAC) SciNet SHARCNET
Alliance Canada Collapse Expand
Web Site ACENet Calcul Québec Compute Ontario BC DRI Group Prairies DRI Group
Help Collapse Expand
National Help Wiki Create a Ticket Apply For a National Account
Explora

2026 Compute Ontario Summer School FAQ

Back
Question:

I can't connect with SSH! It is outputting, "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"

(Last edited: Wednesday, 15 April 2026, 1:14 PM)
Answer:

While "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" is a serious warning by SSH, in some cases it is a non-issue and prevents access to the system one is trying to connect to.

One can suppress this warning message by adding to the SSH command line:

-q -o "StrictHostKeyChecking no"

e.g., if your ssh command line was:

ssh USERNAME@coss2026a.c3.ca

then use this command line instead:

ssh -q -o "StrictHostKeyChecking no" USERNAME@coss2026a.c3.ca

When does this message typically occur? If you had previously connected to that server with SSH, and after that the server changed its SSH keys/configuration, then when you try reconnecting to the server SSH will output, "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!". (When SSH connects to a machine, it remembers things about that machine.)

A way to remove what SSH remembers about a machine's identification, one can use the ssh-keygen command on your computer, e.g.,

ssh-keygen -R coss2026a.c3.ca

Running such will delete the SSH server identification information for coss2025a.c3.ca on your computer. Connecting with:

ssh USERNAME@coss2026a.c3.ca

will no longer output that command (for this connection only) since SSH will re-download the server's identification (and there is now no previous server identification on your computer to check against since you just deleted it with ssh-keygen).

» 2026 Compute Ontario Summar School FAQ

You are currently using guest access (Log in)
Data retention summary
Get the mobile app
Powered by Moodle