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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple Setup for SSH login on 8600 passport

Status
Not open for further replies.

mucca

MIS
Dec 21, 2006
70
0
0
GB
Hi Guys , anyone got a simple method for the above so I can then disable "telnet" ??

Big thanks in advance

Mucca
 
Hi,

First, enable SSH globally:
config sys set ssh enable true

Then, you can configure a local password for a specific user:
config cli password

Or do RADIUS authentication:
config radius server create x.x.x.x secret ****** acct-port 1813
config radius enable true

And configure your RADIUS server accordingly.

If your SSH authentication works, don't forget to disable the telnet service:

config sys set telnet enable false

Goodluck!
 
This is a great help ,
Big Thanks
mucca
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top