<?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 RSA Authentication???NEED HELP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994680#M935184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSCtg38344&amp;nbsp;&amp;nbsp;&amp;nbsp; Router does not load any config after ip ssh pubkey-chain on a reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jatin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2012 01:52:22 GMT</pubDate>
    <dc:creator>Jatin Katyal</dc:creator>
    <dc:date>2012-06-07T01:52:22Z</dc:date>
    <item>
      <title>RSA Authentication???NEED HELP</title>
      <link>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994678#M935182</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt; &lt;BR /&gt; I wanted as part of an IOS update on access switches (3560, etc.), by changing from IPBASE to IPSERVICEK9.&lt;BR /&gt; It should be set equal to SSH.&lt;BR /&gt; It is intended to grant no username, password authentication-more. But solely on the public and private key.&lt;BR /&gt; This also includes security config on the TFTP.&lt;BR /&gt; &lt;BR /&gt; Now I have already tried different methods, but unfortunately without success.&lt;BR /&gt; For example:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;Switch (config) # crypto key import rsa RSA Key label {} pem url flash: {passphrase}&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; % Importing public General Purpose key or certificate PEM file ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Source filename [XCA.pub]? publicKey.pem&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Reading file from flash: publicKey.pem&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; % Importing private key PEM file general purpose ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Source filename [XCA.prv]? privateKey.pem&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Reading file from flash: privateKey.pem&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; * Mar 10 19:58:12.439:% SSH-5-ENABLED: SSH 1.99 has been enabled&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; % Key pair import succeeded.&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; The example above works without any problems in terms of importing public and private key.&lt;BR /&gt; However, if I import the private key in PuTTY I must still enter a user name and password.&lt;BR /&gt; &lt;BR /&gt; Furthermore, I wanted to know more, it is correct that the public and private key are imported in the switch? &lt;BR /&gt; Must have but only the public key or pure? So create a key, public and private store separately. &lt;BR /&gt; Import the public key in the switch, and the private key on the client (PuTTY) deposit, and you're done? &lt;BR /&gt; As simple as it should be, right? &lt;BR /&gt; &lt;BR /&gt; I did try another example: &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;Ciscozine (config) # ip ssh pubkey-chain &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey) # username ciscozine &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-user) # key-string &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) + # $ yc2EAAAADAQABAQQQAQC8IV2QIeshErol zzo4Uh7pvL9vwXXAi1R &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) # $ SrM71X600nAY9TJI6lv0qbRoc3Kw9Utxzc3LR5ZtpRS333zhF7aNX &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) # $ mKvo9k3 +5 gdVsoy8NXTny5 Q1I2q0xvA666lZNMvujgWynBgBe + + gc &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) # $ BVgCu3/Jm2TjeLY +5 / 9L1T54lfVPKxijAHtZPnV3ToIVZTn7LWgHA &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) # $ qY5RXcIbfxxxdgEjC6iU5mVXN3NcZkigVdadoZGJIo0lVRIcGLLyC &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) # cvnDvAlQzBSJFhsabcV1E3IVagNHyz/HrH/4fZBAKXuJabcgYi2n &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-data) # exit &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey-user) # exit &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config-ssh-pubkey) # exit &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine (config) # exit &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Ciscozine # &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; However, I see the key but as a hash value ("&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;sh run | b ssh pub&lt;/EM&gt;&lt;/SPAN&gt;"), but with the command "&lt;EM style="color: #000080; "&gt;sh ip ssh&lt;/EM&gt;" &lt;BR /&gt; I see no key. &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #000080;"&gt;&lt;EM&gt;Switch # sh ip ssh &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; SSH Disabled - version 2.0 &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; % Please create RSA keys to enable SSH (and of atleast 768 bits for SSH v2). &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Authentication timeout: 60 secs; Authentication retries: 3 &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; Minimum expected Diffie Hellman key size 1024 bits &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000080;"&gt;&lt;EM&gt; IOS Keys SECSH format (ssh-rsa, base64 encoded): NONE &lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; And access to the switch from the PuTTY Connection refused. &lt;BR /&gt; &lt;BR /&gt; Can anyone of you help?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:39:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994678#M935182</guid>
      <dc:creator>steffen.buehnemann</dc:creator>
      <dc:date>2020-02-21T12:39:38Z</dc:date>
    </item>
    <item>
      <title>RSA Authentication???NEED HELP</title>
      <link>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994679#M935183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did anybody know a solution or an answer for this issue???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 11:57:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994679#M935183</guid>
      <dc:creator>steffen.buehnemann</dc:creator>
      <dc:date>2012-06-01T11:57:53Z</dc:date>
    </item>
    <item>
      <title>RSA Authentication???NEED HELP</title>
      <link>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994680#M935184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSCtg38344&amp;nbsp;&amp;nbsp;&amp;nbsp; Router does not load any config after ip ssh pubkey-chain on a reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jatin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 01:52:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994680#M935184</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2012-06-07T01:52:22Z</dc:date>
    </item>
    <item>
      <title>RSA Authentication???NEED HELP</title>
      <link>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994681#M935185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jatin for your help.&lt;BR /&gt; I had looked at the bug tool kit once, unfortunately it is for IOS 15.X.&lt;BR /&gt; I am using IOS 12.2.58.&lt;BR /&gt; &lt;BR /&gt; What I absolutely do not understand that if I import a key that does not appear this.&lt;BR /&gt; And if only as a hash. The other people have done before me, even that can not be so difficult.&lt;BR /&gt; &lt;BR /&gt; How do you do it if you authenticate with RSA Key `s doing (including create the Key` s)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 06:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994681#M935185</guid>
      <dc:creator>steffen.buehnemann</dc:creator>
      <dc:date>2012-06-07T06:46:11Z</dc:date>
    </item>
    <item>
      <title>RSA Authentication???NEED HELP</title>
      <link>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994682#M935186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The shit works only with Cisco IOS version 15 .. thank you ...CISCO...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 13:52:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/rsa-authentication-need-help/m-p/1994682#M935186</guid>
      <dc:creator>steffen.buehnemann</dc:creator>
      <dc:date>2012-06-13T13:52:25Z</dc:date>
    </item>
  </channel>
</rss>

