Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

We have our Cisco network devices configured to authenticate network administrators using their domain accounts via RADIUS running on a Windows 2008R2 server with the network protection role. This works great for logging into the switch via SSH when configuring the devices.

We are now in the beginning stages of deploying smart cards for logins. Does anyone know of a way to login to a Cisco switch using a smart card instead of a domain username and password?

The SSH client we are using is Putty. Workstations are Windows 7. RADIUS is running on Windows 2008R2. We are running our own certificate authority on Windows 2008; network is not connected to the Internet.

We prefer to not have to purchase additional proprietary devices for this functionality.

share|improve this question
1  
Using Cisco VPN Client, you can raise VPN-tunnel with the authorization through a smart card to your device and then use the Putty. But it is rather an alternative. – Cucumber Jun 28 '11 at 18:29
By using a smart card, do you mean like a RSA ID that generates numbers, and not a physical card you have to insert into a slot? – Aaron Aug 4 '11 at 10:56
Not the RSA device. A physical smart card that you insert into a reader and has PKI certificates. – murisonc Aug 8 '11 at 14:15
I'm not sure what you mean when you say you don't want to buy additional devices. Are these smart card readers already attached to the computers? So, you want to put the smart card into a computer and then be able to log into a router without passing any more "manual" credentials? – Aaron Sep 22 '11 at 20:34
1  
I'm definitely not an expert on smart cards, but I don't think what you're looking for can be done without custom coding. Basically, using RADIUS (or TACACS) all authentication is done by the server, and it just sends a 'yes' or 'no' to the router. So you'd need an app on the computer to initiate that request (since that's the only place that knows what smartcards are) and then pass through to the router. – Aaron Sep 27 '11 at 3:16
show 4 more comments

1 Answer

You can use the Cisco Secure Services Client. It works well but can be very difficult to setup. Here is cisco's datasheet for the product. The client works with both Cisco Secure ACS and Microsoft IAS RADUS services.

share|improve this answer
This application appears to be for authentication the user/device to the network using 802.1x. It does not appear to support authenticating the user logging into the network device using a smart card over SSH. – murisonc Jul 25 '11 at 22:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.