<?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>question Re: SSH Credentials not working despite being validated for given IP in ITOM forum</title>
    <link>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2457289#M107116</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/155551"&gt;@Pranav_Thanedar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One quick hunch that striken to me was if the mid being used in both cases is same or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can even cross verify it by checking the input payload for the classification phase and it will have a tag with "credential_id" and resp cred sys id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 15:09:20 GMT</pubDate>
    <dc:creator>SiD2</dc:creator>
    <dc:date>2023-01-25T15:09:20Z</dc:date>
    <item>
      <title>SSH Credentials not working despite being validated for given IP</title>
      <link>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2456479#M107105</link>
      <description>&lt;P&gt;We are trying to discover a Linux Server using SSH Private Key Credentials. I have added the credentials in ServiceNow and tried to validate against the IP address, the credentials are validated.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PranavThaneda1_0-1674621820118.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/235169i1BA9FAD8F981C1B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PranavThaneda1_0-1674621820118.png" alt="PranavThaneda1_0-1674621820118.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I try to run quick discovery for the same. I am getting the below errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PranavThaneda1_1-1674621998387.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/235170iB07643F3FD9A5DAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PranavThaneda1_1-1674621998387.png" alt="PranavThaneda1_1-1674621998387.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am able to Telnet the IP address from host server as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on what could be the issue would be much appreciated. Thank you in advanced!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 04:52:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2456479#M107105</guid>
      <dc:creator>Pranav_Thanedar</dc:creator>
      <dc:date>2023-01-25T04:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Credentials not working despite being validated for given IP</title>
      <link>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2457289#M107116</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/155551"&gt;@Pranav_Thanedar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One quick hunch that striken to me was if the mid being used in both cases is same or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can even cross verify it by checking the input payload for the classification phase and it will have a tag with "credential_id" and resp cred sys id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 15:09:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2457289#M107116</guid>
      <dc:creator>SiD2</dc:creator>
      <dc:date>2023-01-25T15:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Credentials not working despite being validated for given IP</title>
      <link>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2467316#M107254</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/24634"&gt;@SiD2&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get it working after Linux team made some changes to the user configured at their end. Apparently just using the public key for discovering is not working. ServiceNow still needs username and password to log in to the system and since we do not provide password while using private key credentials. I am not sure why that is the case as just configuring public key at Linux Servers should work. I am still exploring around the same will provide an update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response though!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 05:30:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2467316#M107254</guid>
      <dc:creator>Pranav_Thanedar</dc:creator>
      <dc:date>2023-02-03T05:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Credentials not working despite being validated for given IP</title>
      <link>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2468681#M107282</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/155551"&gt;@Pranav_Thanedar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While updating the credential with SSH Private key, password need not be entered and it should work ideally. Check it via command line with same private key if it's working or not from the same mid machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 08:08:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2468681#M107282</guid>
      <dc:creator>SiD2</dc:creator>
      <dc:date>2023-02-05T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: SSH Credentials not working despite being validated for given IP</title>
      <link>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2472789#M107384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/24634"&gt;@SiD2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the inputs, it was a silly issue, the Linux Team had made a mistake while generating and providing the private key and although the credentials I created were SSH private key credentials, the "Type" field was still showing it to be SSH. I created new credential record with correct private key and now the type field is also showing SSH Private Key. It seems to be working fine now. Again, thank you for the inputs.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 07:03:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/ssh-credentials-not-working-despite-being-validated-for-given-ip/m-p/2472789#M107384</guid>
      <dc:creator>Pranav_Thanedar</dc:creator>
      <dc:date>2023-02-09T07:03:55Z</dc:date>
    </item>
  </channel>
</rss>

