This is a discussion on Password Less SSH to Cisco Router within the Linux Security forums, part of the System Security and Security Related category; Has anyone setup the above from a linux box? I would be grateful for any links or prcedures on how ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wed, 20 Apr 2005 12:37:07 -0600, news.radiant.net wrote:
> Has anyone setup the above from a linux box? > > I would be grateful for any links or prcedures on how to do this. I'm pretty sure RSA autentication isn't supported by Cisco IOS so that leaves putting the password in an "expect" (or similar wrapper) script, on the connecting host... Which would be as secure/insecure as access to a file is there. Another way might be to not use SSH at all, but enable Kerberos on telnet: http://www.pdc.kth.se/heimdal/heimda...better%20place And/or hook the serial-console up to a (reverse) termial-server which might be a Linux box configured with passwordless SSH, fireing off "cu" or "console" (the Conserver client) upon successful connect. -- -Menno. |