Am Dienstag, 11. Juni 2019, 20:56:44 schrieb Étienne Mollier: Hi Étienne > I'm not quite sure to follow you well here. Are you meaning > that the connection attempt is stuck at this debug message? > (in which case you probably have a more general issue that > should also appear when running `ssh [email protected]`) > Did it crash afterwards ? yes was timed out #sftp -v [email protected] . # debug1: Connecting to 192.128.1.20 [192.128.1.20] port 22. # Couldn't read packet: Connection reset by peer
> Or did the connection to your SSH server actually worked ? #ssh [email protected] @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ . ECDSA host key for 192.168.1.20 has changed and you have requested strict checking. Host key verification failed. . I did change the key und now fish is running very well, AND also ssh in console At the end of the day I semmed that in was an problem with an wrong/old key, because of chaning OS. I did not understand why this message is not comming or seeing bey my before beacuse I know this massage I was quite sure that ssh was OK before and I could access the 192.168.1.20 Thanks for helping and findig out! additional Info 1 Iam using # fish://[email protected] in konquerer beacuse I can use the mouse to put an filename in kate and kate is open this file, I can edit and save it on the remote system. May be not an standard way but very easy way for me:) additional Info 2 # sftp is now on console working! #sftp [email protected] [email protected]'s password: Connected to 192.168.1.20. sftp> BUT sftp in konquerer NOT working sftp://[email protected] error: different host key anyway, Iam using fish in konquerer and Iam happy! Sorry, it got now confusing... Kind Regards, Thomas

