<?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 into deployed cent container failed. in HPE Ezmeral Software platform</title>
    <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/ssh-into-deployed-cent-container-failed/m-p/7180954#M283</link>
    <description>&lt;P&gt;Hi Shyang,&lt;/P&gt;&lt;P&gt;If the Kubernetes container is running the SSHD service, then you may use an SSH client to log in normally. The following considerations apply to this method:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Automatic LDAP/AD integration is not provided for Kubernetes containers. To SSH into a container, you must therefore know of a valid user account within that container and know the login password for that account.&lt;/LI&gt;&lt;LI&gt;The port for the SSHD service must be exposed through a Kubernetes service. For access from outside the Kubernetes cluster, this should be a NodePort service that is mapped to a port on a Gateway host. You can then use an external SSH client to connect to that port on the Gateway host.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Refer the link for additional information and details on the port requirements:&amp;nbsp;&lt;A href="https://docs.containerplatform.hpe.com/55/reference/accessing-the-applications/Accessing_Kubernetes_Containers.html?hl=sshd" target="_blank"&gt;https://docs.containerplatform.hpe.com/55/reference/accessing-the-applications/Accessing_Kubernetes_Containers.html?hl=sshd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On SSHD serivce check this link&amp;nbsp;&lt;A href="https://docs.containerplatform.hpe.com/55/reference/system-requirements/general/Configuration_Requirements.html#v52_configuration-requirements__sshd" target="_blank"&gt;https://docs.containerplatform.hpe.com/55/reference/system-requirements/general/Configuration_Requirements.html#v52_configuration-requirements__sshd&lt;/A&gt; (please check note as well in this section)&lt;/P&gt;&lt;P&gt;For Non-Kubernetes Container Access (LDAP/AD) refer link:&amp;nbsp;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=a00ecp54hen_us&amp;amp;page=reference/accessing-the-applications/NonKubernetes_Container_Access_LDAPAD.html" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=a00ecp54hen_us&amp;amp;page=reference/accessing-the-applications/NonKubernetes_Container_Access_LDAPAD.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you to get ssh access.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 09:07:47 GMT</pubDate>
    <dc:creator>Jags_21</dc:creator>
    <dc:date>2023-01-17T09:07:47Z</dc:date>
    <item>
      <title>ssh into deployed cent container failed.</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/ssh-into-deployed-cent-container-failed/m-p/7180700#M281</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello all&lt;/P&gt;&lt;P&gt;I deployed CentOS(HPE provided default template image installed on Ezmeral MLOPS tenant),&lt;BR /&gt;and tried to ssh into CentOS application using dev1 user , but failed.&lt;/P&gt;&lt;P&gt;k8suser@kdss-ncf9z-0:~$ ssh dev1@jsgateway.mapr.local -p 10021&lt;BR /&gt;The authenticity of host '[jsgateway.mapr.local]:10021 ([192.168.100.152]:10021)' can't be established.&lt;BR /&gt;ECDSA key fingerprint is SHA256:7GrrtSHpB9rBxzr4seKKZPXH94X462l26+ZtkgaPrcQ.&lt;BR /&gt;ECDSA key fingerprint is MD5:63:6f:36:99:dd:d1:2e:b5:79:cb:c1:de:37:fc:01:59.&lt;BR /&gt;Are you sure you want to continue connecting (yes/no)? yes&lt;BR /&gt;Warning: Permanently added '[jsgateway.mapr.local]:10021,[192.168.100.152]:10021' (ECDSA) to the list of known hosts.&lt;BR /&gt;dev1@jsgateway.mapr.local's password:&lt;BR /&gt;Authentication failed.&lt;BR /&gt;k8suser@kdss-ncf9z-0:~$&lt;/P&gt;&lt;P&gt;I know logging into ssh container via kubectl exec,&lt;BR /&gt;but it's better make it for normal user to be able to login into ssh container.&lt;/P&gt;&lt;P&gt;Would anybody help what can I do check further ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;just f.y.i.,&lt;BR /&gt;When Tenant admin created jupyter notebook, and assigned dev1 as same Tenant member,&lt;BR /&gt;then dev1 user could login into jupyter notebook using LDAP password without any problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 12:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/ssh-into-deployed-cent-container-failed/m-p/7180700#M281</guid>
      <dc:creator>shyang72</dc:creator>
      <dc:date>2023-01-16T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: ssh into deployed cent container failed.</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/ssh-into-deployed-cent-container-failed/m-p/7180954#M283</link>
      <description>&lt;P&gt;Hi Shyang,&lt;/P&gt;&lt;P&gt;If the Kubernetes container is running the SSHD service, then you may use an SSH client to log in normally. The following considerations apply to this method:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Automatic LDAP/AD integration is not provided for Kubernetes containers. To SSH into a container, you must therefore know of a valid user account within that container and know the login password for that account.&lt;/LI&gt;&lt;LI&gt;The port for the SSHD service must be exposed through a Kubernetes service. For access from outside the Kubernetes cluster, this should be a NodePort service that is mapped to a port on a Gateway host. You can then use an external SSH client to connect to that port on the Gateway host.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Refer the link for additional information and details on the port requirements:&amp;nbsp;&lt;A href="https://docs.containerplatform.hpe.com/55/reference/accessing-the-applications/Accessing_Kubernetes_Containers.html?hl=sshd" target="_blank"&gt;https://docs.containerplatform.hpe.com/55/reference/accessing-the-applications/Accessing_Kubernetes_Containers.html?hl=sshd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;On SSHD serivce check this link&amp;nbsp;&lt;A href="https://docs.containerplatform.hpe.com/55/reference/system-requirements/general/Configuration_Requirements.html#v52_configuration-requirements__sshd" target="_blank"&gt;https://docs.containerplatform.hpe.com/55/reference/system-requirements/general/Configuration_Requirements.html#v52_configuration-requirements__sshd&lt;/A&gt; (please check note as well in this section)&lt;/P&gt;&lt;P&gt;For Non-Kubernetes Container Access (LDAP/AD) refer link:&amp;nbsp;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=a00ecp54hen_us&amp;amp;page=reference/accessing-the-applications/NonKubernetes_Container_Access_LDAPAD.html" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=a00ecp54hen_us&amp;amp;page=reference/accessing-the-applications/NonKubernetes_Container_Access_LDAPAD.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this would help you to get ssh access.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 09:07:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/ssh-into-deployed-cent-container-failed/m-p/7180954#M283</guid>
      <dc:creator>Jags_21</dc:creator>
      <dc:date>2023-01-17T09:07:47Z</dc:date>
    </item>
  </channel>
</rss>

