<?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: Passwordless SSH authentication on a PIX in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/4086963#M560452</link>
    <description />
    <pubDate>Sat, 16 May 2020 01:13:10 GMT</pubDate>
    <dc:creator>jannataljabri</dc:creator>
    <dc:date>2020-05-16T01:13:10Z</dc:date>
    <item>
      <title>Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/612997#M5620</link>
      <description>&lt;P&gt;I'm looking to set up passwordless SSH authentication so a Solaris client can run a script to log on to a PIX and retrieve the configuration.&lt;/P&gt;&lt;P&gt;Has anyone succesfully achieved passwordless SSH authentication on a PIX or know whether the device supports it or not?&lt;/P&gt;&lt;P&gt;Many Thanks, Dom&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:17:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/612997#M5620</guid>
      <dc:creator>d-fillmore</dc:creator>
      <dc:date>2020-02-21T18:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/612998#M5621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi d,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not sure but i think it's not possible.&lt;/P&gt;&lt;P&gt;when you do "ssh  " to the firewall,you need to provide the telnet password first and then at the enable prompt,the enable password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now,you can set the enable password to be blank by putting the command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pix(config)#enable password &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as far as telnet password is concerned,by default it's " cisco " and there's no way that we could remove this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there should be a telnet password in the firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so,if the script gives you the option to setup a password,you could retrieve the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please rate if this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;P&gt;Cisco TAC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 15:07:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/612998#M5621</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-07T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/612999#M5622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that Sushil.&lt;/P&gt;&lt;P&gt;So the telnet password is the same one that is used for SSH authentication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 15:14:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/612999#M5622</guid>
      <dc:creator>d-fillmore</dc:creator>
      <dc:date>2007-03-07T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/613000#M5623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is vaguely correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the details :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security506E-6.x(config)# sh aaa&lt;/P&gt;&lt;P&gt;aaa proxy-limit 16&lt;/P&gt;&lt;P&gt;aaa authentication ssh console SecurityACS1111 LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication http console SecurityACS1111 LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication telnet console SecurityACS1111 LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication enable console SecurityACS1111 LOCAL&lt;/P&gt;&lt;P&gt;aaa authorization command LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now,if you have configured aaa on the pix and specified a aaa server for the authentication purpose when ssh is done ""aaa authentication ssh console SecurityACS1111 LOCAL ".....then the username and passwords from the aaa server database need to be provided when ssh is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have specified LOCAL as the authentication method,then the username and password database configured in the firewall's configuration will be used for the authentication purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have n't spoecified " ssh " under " sh aaa " command output ,then the default settings are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dafault settings :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username : pix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet password: whatever password you have set using the command :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;password &lt;ACTUAL password=""&gt;&lt;/ACTUAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable password :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever password you have set using :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable password &lt;ACTUAL enable="" password=""&gt;&lt;/ACTUAL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please rate if this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;P&gt;cisco tac.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 15:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/613000#M5623</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-07T15:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/613001#M5624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that Sushil =]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 15:47:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/613001#M5624</guid>
      <dc:creator>d-fillmore</dc:creator>
      <dc:date>2007-03-07T15:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/613002#M5625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleasure is all mine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 16:02:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/613002#M5625</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2007-03-07T16:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Passwordless SSH authentication on a PIX</title>
      <link>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/4086963#M560452</link>
      <description />
      <pubDate>Sat, 16 May 2020 01:13:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/passwordless-ssh-authentication-on-a-pix/m-p/4086963#M560452</guid>
      <dc:creator>jannataljabri</dc:creator>
      <dc:date>2020-05-16T01:13:10Z</dc:date>
    </item>
  </channel>
</rss>

