[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ssh-client: "double free or corruption (!prev)"



Hi,

mein Laptop unter einem heute aktualisierten Testing sagt zu jedem Host,
auf dem ich mich anmelden möchte:

   $ ssh host
   double free or corruption (!prev)
   Abgebrochen

Allerdings kann ich mich per ssh problemlos an dem Gerät anmelden (nur
z.B. nicht zurück zu dem Rechner, von dem ich komme.)

Ich nutze auch viel mosh

   $ mosh host
   free(): corrupted unsorted chunks
   /usr/bin/mosh: Did not find mosh server startup message. (Have you installed mosh on your server?)

Das geht also auch nicht mehr.

Das letzte Mal, dass ein Testing-Upgrade die ssh-Installation betroffen
hat, ist schon etwas her:

# grep ssh /var/log/dpkg* | grep -w installed | grep -v -e half -e libconfig | less
/var/log/dpkg.log.1:2022-05-20 08:17:19 status installed libssh-gcrypt-4:amd64 0.9.5-1+deb11u1
/var/log/dpkg.log.1:2022-05-20 08:17:22 status installed libssh-4:amd64 0.9.5-1+deb11u1
/var/log/dpkg.log.1:2022-05-20 08:17:23 status installed libssh2-1:amd64 1.9.0-2
/var/log/dpkg.log.1:2022-05-20 08:17:25 status installed openssh-client:amd64 1:8.4p1-5
/var/log/dpkg.log.1:2022-05-20 08:17:29 status installed openssh-sftp-server:amd64 1:8.4p1-5
/var/log/dpkg.log.1:2022-05-20 08:17:30 status installed openssh-server:amd64 1:8.4p1-5
/var/log/dpkg.log.1:2022-05-20 08:18:03 status installed task-ssh-server:all 3.68+deb11u1
/var/log/dpkg.log.1:2022-05-20 09:50:51 status installed libssh2-1:amd64 1.10.0-3+b1
/var/log/dpkg.log.1:2022-05-20 09:51:00 status installed libssh-4:amd64 0.9.6-2+b1
/var/log/dpkg.log.1:2022-05-20 09:51:02 status installed libssh-gcrypt-4:amd64 0.9.6-2+b1
/var/log/dpkg.log.1:2022-05-20 09:51:03 status installed openssh-client:amd64 1:9.0p1-1+b1
/var/log/dpkg.log.1:2022-05-20 09:51:25 status installed openssh-sftp-server:amd64 1:9.0p1-1+b1
/var/log/dpkg.log.1:2022-05-20 09:51:26 status installed openssh-server:amd64 1:9.0p1-1+b1
/var/log/dpkg.log.1:2022-05-20 09:51:35 status installed task-ssh-server:all 3.69+rebuild


Gestern ging noch alles.  Ich habe nun mal einen id_rsa neu erzeugt.
Nun geht es wieder auf dem zugehörigen Host.  Auf einem Host, wo ich
einen anderen id_rsa benutze, wirft nach wie vor diesen Fehler.

Mir ist aufgefallen, dass die alten keys

.ssh_old $ ls -l id_rsa id_rsa.pub 
-rw------- 1 andreas admin 1675 21. Feb 2014  id_rsa
-rw------- 1 andreas admin  399 21. Feb 2014  id_rsa.pub

kürzer sind, als die neuen:

.ssh $ .ssh $ ls -l id_rsa id_rsa.pub                                                                                                                                      
-rw------- 1 andreas admin 2602 24. Jun 14:03 id_rsa
-rw-r--r-- 1 andreas admin  569 24. Jun 14:03 id_rsa.pub

Kann es sein, dass hier irgendwas umgestellt wurde?  Wenn ja, dann sollte
doch trotzdem eher eine Fehlermeldung: "Please create a new key" und nicht
der Abbruch per "double free or corruption (!prev)" kommen, oder?

Viele Grüße

     Andreas.


-- 
http://fam-tille.de


Reply to: