Ssh , publickey: permission denied denied

Hallo,

ich habe ein Problem, per ssh auf die clients zuzugreifen. Offensichtlich passt der publiykey nicht mehr:

linbo-ssh -p 2222 inforaum1
Permission denied (publickey).`

Wie kann ich den neu generieren, bzw. auf den Clients anpassen?
Hier nochmal ein detailiertere Ausgabe:

ssh -v -p2222 inforaum1
OpenSSH_5.9p1 Debian-5ubuntu1.10, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to inforaum1 [10.16.39.1] port 2222.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type 3
debug1: Checking blacklist file /usr/share/ssh/blacklist.ECDSA-521
debug1: Checking blacklist file /etc/ssh/blacklist.ECDSA-521
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version dropbear_2016.72
debug1: no match: dropbear_2016.72
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.10
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: RSA 8c:7c:64:b2:71:55:38:35:c8:7a:83:4f:78:2b:8a:0a
debug1: Host '[inforaum1]:2222' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:8
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /root/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Offering ECDSA public key: /root/.ssh/id_ecdsa
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

Danke, Martin

Hallo @Lebowski,
das selbe Problem hatten wir auch.

Du musst einmal auf dem Server

update-linbofs

eingeben, dann sollte alles wieder funktionieren.

Grüße,
Kevin

Hallo,

ich habe ein Problem, per ssh auf die clients zuzugreifen.
Offensichtlich passt der publiykey nicht mehr:

linbo-ssh -p 2222 inforaum1 Permission denied (publickey).` |

Wie kann ich den neu generieren, bzw. auf den Clients anpassen?
Hier nochmal ein detailiertere Ausgabe:

ich meine, der Aufruf ist falsch.
Ich verwende linbo-ssh seit Jahren und rufe es immer so auf:

linbo-ssh und IP

LG

Holger

Hallo @baumhof,

ja das ist auch dass normale vorgehen, würde ich sagen.
linbo-ssh benutzt nämlich ohne weitere Parameter schon Port 2222.

Grüße,
Kevin

Danke, update-linbofs hat das Problem gelöst