Hello,I want to use my own ssh key.I uploaded my own rsa key with 2048 bits with tftp. ip ssh pub-key-file tftp <ip_address> key_rsa2048.puband show up client-pub-key returns—- BEGIN SSH2 PUBLIC KEY —-ssh-rsa ….—- END SSH2 PUBLIC KEY —-And my verbose ssh debug messages:debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,passworddebug3: authmethod_lookup publickeydebug3: remaining preferred: keyboard-interactive,passworddebug3: authmethod_is_enabled publickeydebug1: Next authentication method: publickeydebug1: Offering public key: RSA …debug3: send_pubkey_testdebug3: send packet: type 50debug2: we sent a publickey packet, wait for replydebug3: receive packet: type 60debug1: Server accepts key: pkalg ssh-rsa blen 279debug2: input_userauth_pk_ok: fp …debug3: sign_and_send_pubkey: RSA …Enter passphrase for key ….:debug3: send packet: type 50debug3: receive packet: type 51debug3: receive packet: type 51debug1: Authentications that can continue: publickey,password,keyboard-interactivedebug2: we did not send a packet, disable methoddebug3: authmethod_lookup keyboard-interactivedebug3: remaining preferred: passworddebug3: authmethod_is_enabled keyboard-interactivedebug1: Next authentication method: keyboard-interactivedebug2: userauth_kbdintdebug3: send packet: type 50debug2: we sent a keyboard-interactive packet, wait for replydebug3: receive packet: type 60debug2: input_userauth_info_reqdebug2: input_userauth_info_req: num_prompts 1Password:debug3: send packet: type 61Also after the failed use of the ssh key the normal authentication with password doesn’t work too. But without the ssh key the password authentication works .I don’t understand this behaviour.I use the 08.0.70cT211 version. Sorry for the bad layout. I tried to improve it but doesn’t work.Update 1: I upgrade to the version 08.0.90dT221. But it doesn’t help.Update 2: I run ip ssh key-authentication yes. It would be helpful to add this to the documentation.But I have still the problem that it asks after my password.