Issue when connecting to a coreFTP server from a Linux box.

Core FTP Server questions and answers
Locked
KNS
Posts: 3
Joined: Thu Sep 08, 2011 3:37 am

Issue when connecting to a coreFTP server from a Linux box.

Post by KNS »

Hello,

We are facing this issue when we are trying to connect to a coreFTP server from a Linux box? Is there a resolution for this?

sftp TestUser1@130.175.XXX.XXX

Connecting to 130.175.XXX.XXX...

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

@ 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 the RSA host key has just been changed.

The fingerprint for the RSA key sent by the remote host is

c1:0c:36:ad:7d:25:52:59:c7:d2:d9:e6:b6:3d:f7:bb.

Please contact your system administrator.

Add correct host key in /home/”Username”/.ssh/known_hosts to get rid of this message.

Offending key in /home/”Username”/.ssh/known_hosts:2

RSA host key for 130.175.XXX.XXX has changed and you have requested strict checking.

Host key verification failed.

Couldn't read packet: Connection reset by peer
ForumAdmin
Site Admin
Posts: 984
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

The server's RSA/DSA key is changing. It's recommended that the server administrator change their RSA keyfile in CoreFTPServer/certs to read-only so that it can't be overwritten.
Locked