Moin!
Ich habe eine furchtbar peinliche Frage an Euch, aber ich stehe scheinbar gerade massiv auf dem Schlauch. Ich entschuldige mich im Voraus, falls das zu dämlich sein sollte, aber ich schaffe es ums Verrecken nicht, mich per SSH in meine UDM Pro (Version 4.1.13) einzuloggen.
Settings -> System -> Advanced -> Device Authentication:
Sowohl Username als auch Password bestehen aus Groß- und Kleinbuchstaben und Ziffern. Keine Sonderzeichen. Dennoch kann ich mich weder mit dem angegebenen Username noch als root einloggen:
Code
Last login: Tue Feb 18 11:27:18 on ttys000
➜ ~ ssh -v l5x6E10avcwB@192.168.205.1
OpenSSH_9.8p1, LibreSSL 3.3.6
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Reading configuration data /etc/ssh/ssh_config.d/100-macos.conf
debug1: /etc/ssh/ssh_config.d/100-macos.conf line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/crypto.conf
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to 192.168.205.1 [192.168.205.1] port 22.
debug1: Connection established.
debug1: identity file /Users/ts/.ssh/id_rsa type -1
debug1: identity file /Users/ts/.ssh/id_rsa-cert type -1
debug1: identity file /Users/ts/.ssh/id_ecdsa type -1
debug1: identity file /Users/ts/.ssh/id_ecdsa-cert type -1
debug1: identity file /Users/ts/.ssh/id_ecdsa_sk type -1
debug1: identity file /Users/ts/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /Users/ts/.ssh/id_ed25519 type 3
debug1: identity file /Users/ts/.ssh/id_ed25519-cert type -1
debug1: identity file /Users/ts/.ssh/id_ed25519_sk type -1
debug1: identity file /Users/ts/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /Users/ts/.ssh/id_xmss type -1
debug1: identity file /Users/ts/.ssh/id_xmss-cert type -1
debug1: identity file /Users/ts/.ssh/id_dsa type -1
debug1: identity file /Users/ts/.ssh/id_dsa-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_9.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.4p1 Debian-5+deb11u3
debug1: compat_banner: match: OpenSSH_8.4p1 Debian-5+deb11u3 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 192.168.205.1:22 as 'l5x6E10avcwB'
debug1: load_hostkeys: fopen /Users/ts/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: ecdh-sha2-nistp256
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: aes128-gcm@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: aes128-gcm@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: SSH2_MSG_KEX_ECDH_REPLY received
debug1: Server host key: ssh-ed25519 SHA256:SdSGiB+7nbe8emcO1tawxh95vHJP0TQAl8l9IxE6xsg
debug1: load_hostkeys: fopen /Users/ts/.ssh/known_hosts2: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory
debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory
debug1: Host '192.168.205.1' is known and matches the ED25519 host key.
debug1: Found key in /Users/ts/.ssh/known_hosts:3
debug1: ssh_packet_send2_wrapped: resetting send seqnr 3
debug1: rekey out after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: ssh_packet_read_poll2: resetting read seqnr 3
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 4294967296 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_ext_info_client_parse: server-sig-algs=<ssh-ed25519,sk-ssh-ed25519@openssh.com,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ecdsa-sha2-nistp256@openssh.com,webauthn-sk-ecdsa-sha2-nistp256@openssh.com>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: get_agent_identities: bound agent to hostkey
debug1: get_agent_identities: ssh_fetch_identitylist: agent contains no identities
debug1: Will attempt key: /Users/ts/.ssh/id_rsa
debug1: Will attempt key: /Users/ts/.ssh/id_ecdsa
debug1: Will attempt key: /Users/ts/.ssh/id_ecdsa_sk
debug1: Will attempt key: /Users/ts/.ssh/id_ed25519 ED25519 SHA256:S31hXZLDVl5D+jG1D47jvQwXRCIBz8oD/+4ZyoXtcSA
debug1: Will attempt key: /Users/ts/.ssh/id_ed25519_sk
debug1: Will attempt key: /Users/ts/.ssh/id_xmss
debug1: Will attempt key: /Users/ts/.ssh/id_dsa
debug1: Trying private key: /Users/ts/.ssh/id_rsa
debug1: Trying private key: /Users/ts/.ssh/id_ecdsa
debug1: Trying private key: /Users/ts/.ssh/id_ecdsa_sk
debug1: Offering public key: /Users/ts/.ssh/id_ed25519 ED25519 SHA256:S31hXZLDVl5D+jG1D47jvQwXRCIBz8oD/+4ZyoXtcSA
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /Users/ts/.ssh/id_ed25519_sk
debug1: Trying private key: /Users/ts/.ssh/id_xmss
debug1: Trying private key: /Users/ts/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
(l5x6E10avcwB@192.168.205.1) Password:
debug1: Authentications that can continue: publickey,keyboard-interactive
(l5x6E10avcwB@192.168.205.1) Password:
Display More
Selbes Spiel, wenn ich meinen Public Key verwende?! Was mache ich falsch!
Danke sehr, beste Grüße und einen schönen Tag!
External Content
beta.ubiquiti-networks-forum.de
Content embedded from external sources will not be displayed without your consent.
Thorsten