<?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: SSH doesn't work on fresh install in HPE Morpheus VM Essentials</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7263079#M1905</link>
    <description>&lt;P&gt;This issue magically fixed itself after a reboot&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2026 14:37:02 GMT</pubDate>
    <dc:creator>abedard</dc:creator>
    <dc:date>2026-03-16T14:37:02Z</dc:date>
    <item>
      <title>SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262553#M1855</link>
      <description>&lt;P&gt;Performing a fresh install of VME on new hosts.&lt;/P&gt;&lt;P&gt;After the initial install we can log into the console directly, but SSH doesn't work.&lt;BR /&gt;&lt;BR /&gt;SSH answers, but the username and password don't work.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 17:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262553#M1855</guid>
      <dc:creator>abedard</dc:creator>
      <dc:date>2026-03-05T17:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262554#M1856</link>
      <description>&lt;P&gt;I assume you are talking about SSH on the Morpheus appliance, in which case the following are likely causes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;SSH password auth disabled globally&lt;/STRONG&gt;: There is a setting in the VM Essentials appliance to “Disable SSH Password Authentication” so that only SSH keys are allowed for logins. If this is enabled by default in your build or was enabled during setup, any username/password will be rejected over SSH even though the same credentials work on the console&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Different user account for SSH vs UI&lt;/STRONG&gt;: VM Essentials manages its own user model and credentials, including Linux/SSH users and keypairs. The account you use for the web UI or the initial console configuration may not correspond to an OS-level user allowed to log in over SSH&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;SSH only permitting key‑based auth for provisioned hosts&lt;/STRONG&gt;: The same appliance setting also affects VMs and hosts that the platform provisions, where it can intentionally block password-based SSH and only push keys. If you are testing SSH to those new hosts, you may be hitting this policy rather than a bad password&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here are a couple of things you could try to troubleshoot this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;From the local console (where you can log in):&amp;nbsp;Verify the SSH daemon’s &amp;nbsp;&lt;STRONG&gt;PasswordAuthentication&lt;/STRONG&gt;&amp;nbsp; setting in &amp;nbsp;&lt;STRONG&gt;sshd_config&lt;/STRONG&gt;&amp;nbsp; and confirm whether it is set to &amp;nbsp;&lt;STRONG&gt;no&lt;/STRONG&gt;&amp;nbsp;in which case you want to change this to &lt;STRONG&gt;yes&lt;/STRONG&gt;.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;In the VM Essentials UI, go to the main &lt;STRONG&gt;Settings&lt;/STRONG&gt; / &lt;STRONG&gt;Appliance Settings&lt;/STRONG&gt; and look for the option that disables SSH password authentication, and temporarily turn it off if you intend to use passwords&lt;/LI&gt;&lt;LI&gt;From the local console (where you can log in):&amp;nbsp;Confirm which actual Linux user exists for SSH (&lt;STRONG&gt;sudo cat /etc/passwd&lt;/STRONG&gt;), and reset that user’s password from the console if needed (&lt;STRONG&gt;sudo passwd &amp;lt;account&amp;gt;&lt;/STRONG&gt;)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 17:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262554#M1856</guid>
      <dc:creator>SergeMe</dc:creator>
      <dc:date>2026-03-05T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262563#M1858</link>
      <description>&lt;P&gt;No, SSH on the hypervisor doesn't work&lt;BR /&gt;&lt;BR /&gt;We haven't installed the UI yet&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 18:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262563#M1858</guid>
      <dc:creator>abedard</dc:creator>
      <dc:date>2026-03-05T18:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262597#M1859</link>
      <description>&lt;P&gt;Could it be a keyboard mismatch?&lt;/P&gt;&lt;P&gt;Just checked on my HVM hosts and the default is to allow PasswordAuthentication for the user you create during setup. The root account is configured to prohibit-password. So if you are trying to login with root through SSH that won't work.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 12:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262597#M1859</guid>
      <dc:creator>SergeMe</dc:creator>
      <dc:date>2026-03-06T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262610#M1861</link>
      <description>&lt;P&gt;This is a fresh install&lt;/P&gt;&lt;P&gt;When I spun this up in my lab a month ago the user created during the install process could SSH in just fine without any other settings.&lt;BR /&gt;&lt;BR /&gt;But it looks like they changed something in this new version, because that isn't the default behaviour anymore. SSH answers but the admin user created during the setup cannot login.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 16:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262610#M1861</guid>
      <dc:creator>abedard</dc:creator>
      <dc:date>2026-03-06T16:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262971#M1890</link>
      <description>&lt;P&gt;What ssh client are you using?&amp;nbsp; I know from experience some clients do not have the corret cypher to connect.&lt;/P&gt;&lt;P&gt;Try with a different client, or try from another linux box with ssh -vvv&amp;nbsp; .&amp;nbsp; It will give you more output and tell you where it's stuck.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 22:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262971#M1890</guid>
      <dc:creator>Arnout_Verbeken</dc:creator>
      <dc:date>2026-03-13T22:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262978#M1892</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Based on the thread and on the currently available HPE documentation, I don’t see evidence that SSH itself is unsupported on a fresh HVM install. Port 22 is part of the documented communication model, and SSH is documented as enabled in Linux-related workflows.&lt;/P&gt;&lt;P&gt;From the forum details, the key point is that SSH is responding, so this looks more like an authentication or client negotiation issue than a basic network/service issue. The two most likely checks are:&lt;/P&gt;&lt;P&gt;Make sure you are not trying to log in as root over SSH. In this thread it was already noted that root is configured as prohibit-password, while the user created during setup should be the one used for password-based SSH.&lt;/P&gt;&lt;P&gt;Validate the SSH client side with a verbose connection test (ssh -vvv user@host) from another Linux system, as cipher / auth negotiation issues were also raised in the discussion.&lt;/P&gt;&lt;P&gt;I would suggest confirming the following from the local console of the host:&lt;/P&gt;&lt;P&gt;exact username being used for SSH&lt;/P&gt;&lt;P&gt;whether password entry could be affected by keyboard layout mismatch&lt;/P&gt;&lt;P&gt;/etc/ssh/sshd_config values for PasswordAuthentication and PermitRootLogin&lt;/P&gt;&lt;P&gt;result of an ssh -vvv test from a different client&lt;/P&gt;&lt;P&gt;At this point, I do not see enough evidence to conclude that there was a documented product change in the new version regarding SSH default behavior. The thread suggests that possibility, but it is not confirmed by the documentation referenced here.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2026 12:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7262978#M1892</guid>
      <dc:creator>lsantiagos01</dc:creator>
      <dc:date>2026-03-14T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: SSH doesn't work on fresh install</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7263079#M1905</link>
      <description>&lt;P&gt;This issue magically fixed itself after a reboot&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 14:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/ssh-doesn-t-work-on-fresh-install/m-p/7263079#M1905</guid>
      <dc:creator>abedard</dc:creator>
      <dc:date>2026-03-16T14:37:02Z</dc:date>
    </item>
  </channel>
</rss>

