cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
498
Views
5
Helpful
2
Replies

public key for authenticating

WILLIAM STEGMAN
Level 4
Level 4

is there a way to use public key authentication in addition to user based authentication in IOS similar to the authentication feature available in Linux where you can create a pair, copy the public key to the remote server and use your private key to authenticate?

thank you,

Bill

2 Replies 2

mchin345
Level 6
Level 6

You can achive through this RADIUS and TACACS server for authentiaction.

Remote Authentication Dial-In User Service (RADIUS)

http://www.cisco.com/en/US/tech/tk583/tk547/tsd_technology_support_sub-protocol_home.html

TACACS.

http://www.cisco.com/en/US/tech/tk583/tk642/tsd_technology_support_sub-protocol_home.html

I see, so instead of putting a public key on the router, put a certificate on the radius server and the client wanting to connect. EAP/TLS

thank you