<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Permission denied (publickey,password,keyboard-interactive) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007952#M64219</link>
    <description>I tried to generate pre-shared authorized keys using:&lt;BR /&gt;&lt;BR /&gt;# cd /root/.ssh&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;# storage&amp;gt; ls -la /root/.ssh&lt;BR /&gt;drwx------    2 root     root         1024 May 28 15:09 .&lt;BR /&gt;drwxr-xr-x    3 root     root         1024 May 28 02:07 ..&lt;BR /&gt;-rw-------    1 root     root         1743 May 28 15:06 authorized_keys&lt;BR /&gt;-rw-r--r--    1 root     root          394 May 28 15:06 authorized_keys.pub&lt;BR /&gt;-rw-------    1 root     root         1264 May 28 15:09 authorized_keys2&lt;BR /&gt;-rw-r--r--    1 root     root         1114 May 28 15:09 authorized_keys2.pub&lt;BR /&gt;-rw-r--r--    1 root     root          391 May 28 04:44 known_hosts&lt;BR /&gt;&lt;BR /&gt;but still doesn't work:&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; ssh -v localhost&lt;BR /&gt;OpenSSH_4.2p1, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: Applying options for *&lt;BR /&gt;debug1: Connecting to localhost [127.0.0.1] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/0&lt;BR /&gt;debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2&lt;BR /&gt;debug1: match: OpenSSH_4.2 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.2&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'localhost' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /root/.ssh/known_hosts:1&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug1: No more authentication methods to try.&lt;BR /&gt;Permission denied (publickey,keyboard-interactive).&lt;BR /&gt;storage&amp;gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 28 May 2007 08:11:53 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2007-05-28T08:11:53Z</dc:date>
    <item>
      <title>Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007949#M64216</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I cannot login into ssh due to the following error:&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; ssh localhost&lt;BR /&gt;Permission denied (publickey,password,keyboard-interactive).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my system:&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; uname -a&lt;BR /&gt;Linux storage 2.4.22-uc0 #458 Tue Apr 3 01:09:49 CST 2007 ppc unknown&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; ssh -v&lt;BR /&gt;OpenSSH_4.2p1, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; ls -la /etc/ssh&lt;BR /&gt;drwxr-xr-x    2 root     root         1024 May 28 03:23 .&lt;BR /&gt;drwxr-xr-x    8 root     root         2048 May 28 03:13 ..&lt;BR /&gt;-rw-------    1 root     root         1192 May 28 03:12 ssh_host_dsa_key&lt;BR /&gt;-rw-r--r--    1 root     root         1114 May 28 03:12 ssh_host_dsa_key.pub&lt;BR /&gt;-rw-------    1 root     root          975 May 28 03:03 ssh_host_key&lt;BR /&gt;-rw-r--r--    1 root     root          639 May 28 03:03 ssh_host_key.pub&lt;BR /&gt;-rw-------    1 root     root         1675 May 28 03:05 ssh_host_rsa_key&lt;BR /&gt;-rw-r--r--    1 root     root          394 May 28 03:05 ssh_host_rsa_key.pub&lt;BR /&gt;-rw-r--r--    1 root     root         2974 May 28 03:23 sshd_config&lt;BR /&gt;-rw-r--r--    1 root     root         2961 May 28 03:27 sshd_config_org&lt;BR /&gt;-rw-r--r--    1 root     root         2977 May 28 03:23 sshd_config_save&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my sshd configuration:&lt;BR /&gt;&lt;BR /&gt;# vi etc/ssh/sshd_config&lt;BR /&gt;&lt;BR /&gt;#   $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $&lt;BR /&gt;&lt;BR /&gt;# This is the sshd server system-wide configuration file.  See&lt;BR /&gt;# sshd_config(5) for more information.&lt;BR /&gt;&lt;BR /&gt;# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin&lt;BR /&gt;&lt;BR /&gt;# The strategy used for options in the default sshd_config shipped with&lt;BR /&gt;# OpenSSH is to specify options with their default value where&lt;BR /&gt;# possible, but leave them commented.  Uncommented options change a&lt;BR /&gt;# default value.&lt;BR /&gt;&lt;BR /&gt;Port 22&lt;BR /&gt;Protocol 2,1&lt;BR /&gt;#AddressFamily any&lt;BR /&gt;ListenAddress 0.0.0.0&lt;BR /&gt;#ListenAddress ::&lt;BR /&gt;&lt;BR /&gt;# HostKey for protocol version 1&lt;BR /&gt;HostKey /etc/ssh/ssh_host_key&lt;BR /&gt;# HostKeys for protocol version 2&lt;BR /&gt;HostKey /etc/ssh/ssh_host_rsa_key&lt;BR /&gt;HostKey /etc/ssh/ssh_host_dsa_key&lt;BR /&gt;&lt;BR /&gt;# Lifetime and size of ephemeral version 1 server key&lt;BR /&gt;#KeyRegenerationInterval 1h&lt;BR /&gt;#ServerKeyBits 768&lt;BR /&gt;&lt;BR /&gt;# Logging&lt;BR /&gt;# obsoletes QuietMode and FascistLogging&lt;BR /&gt;#SyslogFacility AUTH&lt;BR /&gt;#LogLevel INFO&lt;BR /&gt;&lt;BR /&gt;# Authentication:&lt;BR /&gt;&lt;BR /&gt;#LoginGraceTime 2m&lt;BR /&gt;PermitRootLogin yes&lt;BR /&gt;#StrictModes yes&lt;BR /&gt;#MaxAuthTries 6&lt;BR /&gt;&lt;BR /&gt;RSAAuthentication yes&lt;BR /&gt;PubkeyAuthentication yes&lt;BR /&gt;#AuthorizedKeysFile   .ssh/authorized_keys&lt;BR /&gt;&lt;BR /&gt;#now ssh is only used by rsync ==&amp;gt; auth by passwd file of rsync server&lt;BR /&gt;#AuthPassFile /etc/rsyncd.secrets&lt;BR /&gt;&lt;BR /&gt;# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts&lt;BR /&gt;RhostsRSAAuthentication no&lt;BR /&gt;# similar for protocol version 2&lt;BR /&gt;HostbasedAuthentication no&lt;BR /&gt;# Change to yes if you don't trust ~/.ssh/known_hosts for&lt;BR /&gt;# RhostsRSAAuthentication and HostbasedAuthentication&lt;BR /&gt;#IgnoreUserKnownHosts no&lt;BR /&gt;# Don't read the user's ~/.rhosts and ~/.shosts files&lt;BR /&gt;IgnoreRhosts yes&lt;BR /&gt;&lt;BR /&gt;# To disable tunneled clear text passwords, change to no here!&lt;BR /&gt;PasswordAuthentication no&lt;BR /&gt;PermitEmptyPasswords no&lt;BR /&gt;&lt;BR /&gt;# Change to no to disable s/key passwords&lt;BR /&gt;#ChallengeResponseAuthentication yes&lt;BR /&gt;&lt;BR /&gt;# Kerberos options&lt;BR /&gt;#KerberosAuthentication no&lt;BR /&gt;#KerberosOrLocalPasswd yes&lt;BR /&gt;#KerberosTicketCleanup yes&lt;BR /&gt;#KerberosGetAFSToken no&lt;BR /&gt;&lt;BR /&gt;# GSSAPI options&lt;BR /&gt;#GSSAPIAuthentication no&lt;BR /&gt;#GSSAPICleanupCredentials yes&lt;BR /&gt;&lt;BR /&gt;# Set this to 'yes' to enable PAM authentication, account processing,&lt;BR /&gt;# and session processing. If this is enabled, PAM authentication will&lt;BR /&gt;# be allowed through the ChallengeResponseAuthentication mechanism.&lt;BR /&gt;# Depending on your PAM configuration, this may bypass the setting of&lt;BR /&gt;# PasswordAuthentication, PermitEmptyPasswords, and&lt;BR /&gt;# "PermitRootLogin without-password". If you just want the PAM account and&lt;BR /&gt;# session checks to run without PAM authentication, then enable this but set&lt;BR /&gt;# ChallengeResponseAuthentication=no&lt;BR /&gt;#UsePAM no&lt;BR /&gt;Compression yes&lt;BR /&gt;&lt;BR /&gt;#AllowTcpForwarding yes&lt;BR /&gt;#GatewayPorts no&lt;BR /&gt;#X11Forwarding no&lt;BR /&gt;#X11DisplayOffset 10&lt;BR /&gt;#X11UseLocalhost yes&lt;BR /&gt;#PrintMotd yes&lt;BR /&gt;#PrintLastLog yes&lt;BR /&gt;#TCPKeepAlive yes&lt;BR /&gt;#UseLogin no&lt;BR /&gt;#UsePrivilegeSeparation yes&lt;BR /&gt;#PermitUserEnvironment no&lt;BR /&gt;#Compression delayed&lt;BR /&gt;#ClientAliveInterval 0&lt;BR /&gt;#ClientAliveCountMax 3&lt;BR /&gt;#UseDNS yes&lt;BR /&gt;#PidFile /var/run/sshd.pid&lt;BR /&gt;#MaxStartups 10&lt;BR /&gt;&lt;BR /&gt;DenyUsers admin&lt;BR /&gt;&lt;BR /&gt;# no default banner path&lt;BR /&gt;#Banner /some/path&lt;BR /&gt;&lt;BR /&gt;# override default of no subsystems&lt;BR /&gt;Subsystem   sftp   /usr/libexec/sftp-server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried to remove /root/.ssh/known_hosts &lt;BR /&gt;and regenerate all keys:&lt;BR /&gt;&lt;BR /&gt;ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N ''&lt;BR /&gt;   ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ''&lt;BR /&gt;   ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ''&lt;BR /&gt;&lt;BR /&gt;but still doesn't work !&lt;BR /&gt;&lt;BR /&gt;knows someone howto solve this problem ?</description>
      <pubDate>Sun, 27 May 2007 20:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007949#M64216</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-27T20:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007950#M64217</link>
      <description>This is because your user doesn't have the their own keys shared in the '~/.ssh/authorized_keys' file.&lt;BR /&gt;&lt;BR /&gt;If you read through your config, you'll see that you've got "PasswordAuthentication no".&lt;BR /&gt;&lt;BR /&gt;This means, no matter what, you won't be asked for a password.&lt;BR /&gt;&lt;BR /&gt;It has the side effect of meaning you have to have pre-shared authorized keys.</description>
      <pubDate>Sun, 27 May 2007 22:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007950#M64217</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-05-27T22:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007951#M64218</link>
      <description>thanks, but howto create pre-shared authorized keys ?</description>
      <pubDate>Mon, 28 May 2007 07:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007951#M64218</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-28T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007952#M64219</link>
      <description>I tried to generate pre-shared authorized keys using:&lt;BR /&gt;&lt;BR /&gt;# cd /root/.ssh&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;# storage&amp;gt; ls -la /root/.ssh&lt;BR /&gt;drwx------    2 root     root         1024 May 28 15:09 .&lt;BR /&gt;drwxr-xr-x    3 root     root         1024 May 28 02:07 ..&lt;BR /&gt;-rw-------    1 root     root         1743 May 28 15:06 authorized_keys&lt;BR /&gt;-rw-r--r--    1 root     root          394 May 28 15:06 authorized_keys.pub&lt;BR /&gt;-rw-------    1 root     root         1264 May 28 15:09 authorized_keys2&lt;BR /&gt;-rw-r--r--    1 root     root         1114 May 28 15:09 authorized_keys2.pub&lt;BR /&gt;-rw-r--r--    1 root     root          391 May 28 04:44 known_hosts&lt;BR /&gt;&lt;BR /&gt;but still doesn't work:&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; ssh -v localhost&lt;BR /&gt;OpenSSH_4.2p1, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: Applying options for *&lt;BR /&gt;debug1: Connecting to localhost [127.0.0.1] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/0&lt;BR /&gt;debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2&lt;BR /&gt;debug1: match: OpenSSH_4.2 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.2&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'localhost' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /root/.ssh/known_hosts:1&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug1: No more authentication methods to try.&lt;BR /&gt;Permission denied (publickey,keyboard-interactive).&lt;BR /&gt;storage&amp;gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2007 08:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007952#M64219</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-28T08:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007953#M64220</link>
      <description>I tried to generate pre-shared authorized keys using:&lt;BR /&gt;&lt;BR /&gt;# cd /root/.ssh&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t rsa&lt;BR /&gt;&lt;BR /&gt;# ssh-keygen -t dsa&lt;BR /&gt;&lt;BR /&gt;# storage&amp;gt; ls -la /root/.ssh&lt;BR /&gt;drwx------    2 root     root         1024 May 28 15:09 .&lt;BR /&gt;drwxr-xr-x    3 root     root         1024 May 28 02:07 ..&lt;BR /&gt;-rw-------    1 root     root         1743 May 28 15:06 authorized_keys&lt;BR /&gt;-rw-r--r--    1 root     root          394 May 28 15:06 authorized_keys.pub&lt;BR /&gt;-rw-------    1 root     root         1264 May 28 15:09 authorized_keys2&lt;BR /&gt;-rw-r--r--    1 root     root         1114 May 28 15:09 authorized_keys2.pub&lt;BR /&gt;-rw-r--r--    1 root     root          391 May 28 04:44 known_hosts&lt;BR /&gt;&lt;BR /&gt;but still doesn't work:&lt;BR /&gt;&lt;BR /&gt;storage&amp;gt; ssh -v localhost&lt;BR /&gt;OpenSSH_4.2p1, OpenSSL 0.9.7e 25 Oct 2004&lt;BR /&gt;debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;debug1: Applying options for *&lt;BR /&gt;debug1: Connecting to localhost [127.0.0.1] port 22.&lt;BR /&gt;debug1: Connection established.&lt;BR /&gt;debug1: permanently_set_uid: 0/0&lt;BR /&gt;debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_rsa type -1&lt;BR /&gt;debug1: identity file /root/.ssh/id_dsa type -1&lt;BR /&gt;debug1: Remote protocol version 1.99, remote software version OpenSSH_4.2&lt;BR /&gt;debug1: match: OpenSSH_4.2 pat OpenSSH*&lt;BR /&gt;debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;debug1: Local version string SSH-2.0-OpenSSH_4.2&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;debug1: Host 'localhost' is known and matches the RSA host key.&lt;BR /&gt;debug1: Found key in /root/.ssh/known_hosts:1&lt;BR /&gt;debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;debug1: Authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug1: Next authentication method: publickey&lt;BR /&gt;debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_rsa&lt;BR /&gt;debug1: Trying private key: /root/.ssh/id_dsa&lt;BR /&gt;debug1: Next authentication method: keyboard-interactive&lt;BR /&gt;debug1: Authentications that can continue: publickey,keyboard-interactive&lt;BR /&gt;debug1: No more authentication methods to try.&lt;BR /&gt;Permission denied (publickey,keyboard-interactive).&lt;BR /&gt;storage&amp;gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 May 2007 08:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007953#M64220</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-28T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007954#M64221</link>
      <description>&lt;P&gt;You have to copy the public key to the &lt;A&gt;http://macnugget.org/projects/publickeys/&lt;/A&gt; in the remote host, please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A&gt;http://macnugget.org/projects/publickeys/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;[&lt;U&gt;&lt;STRONG&gt;ADMIN&lt;/STRONG&gt; &lt;/U&gt;: The above links are no longer valid]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 12:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007954#M64221</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2020-11-13T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Permission denied (publickey,password,keyboard-interactive)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007955#M64222</link>
      <description>I've installed openssh again:&lt;BR /&gt;&lt;BR /&gt;# ipkg install openssh&lt;BR /&gt;&lt;BR /&gt;and now it seems to work.&lt;BR /&gt;&lt;BR /&gt;thanks anyway.</description>
      <pubDate>Thu, 31 May 2007 17:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/permission-denied-publickey-password-keyboard-interactive/m-p/4007955#M64222</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2007-05-31T17:30:24Z</dc:date>
    </item>
  </channel>
</rss>

