Jump to content

I've configured ssh on a debian sbc and it works with every client computer connect to. Now I've installed openssh on a computer running lubuntu and the first client I tried to connect it worked but after trying to connect another computer to it an error message shows up: 

Quote

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ECDSA key sent by the remote host is

What do I have to do to have to only enter the password to connect to the server?

Link to comment
https://linustechtips.com/topic/1098004-ssh-not-working/
Share on other sites

Link to post
Share on other sites

3 hours ago, kompetenzbolzen said:

remove the corresponding entry in ~/.ssh/known_hosts on the lubuntu machine

This error indicates that the server certificate has changed since the last time you connected (probably due to a reinstall)

I saw other people mention this but the folder doesn't exist here

Link to comment
https://linustechtips.com/topic/1098004-ssh-not-working/#findComment-12840244
Share on other sites

Link to post
Share on other sites

12 minutes ago, kompetenzbolzen said:

known_hosts is a textfile.

 

yeah I know

 

12 minutes ago, kompetenzbolzen said:

If you can't find /home/<user>/.ssh , you either are not logged in as the user using the ssh-client( sudo? ) or it is configured to put its stuff elsewhere

both root and default users don't have this folder. Where it could be? 

Link to comment
https://linustechtips.com/topic/1098004-ssh-not-working/#findComment-12840378
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×