Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting up SSH

Status
Not open for further replies.

cchipman

IS-IT--Management
Sep 16, 2002
125
US
A quick question. I have a PIX setup so that it authenticates to a Win2K server using Radius.

Code:
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server RADIUS (inside) host Nomad2 presharedkey timeout 30
aaa-server LOCAL protocol local

No the online manual sez ( :
Code:
aaa-server ssh123 (inside) host 10.1.1.200 mysecure 
aaa-server ssh123 protocol tacacs+ 
aaa authenticate ssh console ssh123

My question is, doe I have to set up another IAS authentication thing on my Win2K server, or can I convince it to use the already established one? Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top