#5997 Cannot ssh and scp to fedorapeople.org
Closed: Invalid Opened by cqi.

Today I cannot ssh and scp to my fedorapeople.org space. Before that, in the same day, I actually succeeded to ssh once. Could you help?

I got Permission Denied.

I also got REMOTE HOST IDENTIFICATION HAS CHANGED. I'm not sure if this is relative. Steps I did

1. remove content from ~/.ssh/kown_hosts.

2. scp demo-rebuild-docker-image.ogv cqi@fedoraproject.org:~/public_html/f2

The authenticity of host 'fedoraproject.org (152.19.134.198)' can't be established.
RSA key fingerprint is SHA256:Driz3yDVS0Hct8z3oWY4MXebzcZHOcCY+7BLJJZHc/Y.
RSA key fingerprint is MD5:3e:9c:9f:d5:ef:d6:ff:b5:f3:18:9a:86:1c:d2:e0:2e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'fedoraproject.org,152.19.134.198' (RSA) to the list of known hosts.
Permission denied (publickey).
lost connection

3. scp demo-rebuild-docker-image.ogv cqi@fedoraproject.org:~/public_html/f2

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:OHQR/mT659bVQiKz0gKYewHyeeFizJSjUKvC7Ia89Kk.
Please contact your system administrator.
Add correct host key in /home/cqi/.ssh/known_hosts to get rid of this message.
Offending RSA key in /home/cqi/.ssh/known_hosts:1
RSA host key for fedoraproject.org has changed and you have requested strict checking.
Host key verification failed.
lost connection

You are trying to ssh and scp into fedoraproject.org, not fedorapeople.org.
SSH'ing to fedoraproject.org does indeed not work.

Metadata Update from @puiterwijk:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

(the "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" is because fedoraproject.org is a round-robin DNS record, meaning you get a new server out of the pool every time. Each of them has its own keys.)

Metadata