Apr 10, 2012 #1 mucca MIS Dec 21, 2006 70 GB Hi Guys , anyone got a simple method for the above so I can then disable "telnet" ?? Big thanks in advance Mucca
Hi Guys , anyone got a simple method for the above so I can then disable "telnet" ?? Big thanks in advance Mucca
Apr 26, 2012 #2 JeroeNortel Technical User May 20, 2005 81 NL 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! Upvote 0 Downvote
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!
May 1, 2012 Thread starter #3 mucca MIS Dec 21, 2006 70 GB This is a great help , Big Thanks mucca Upvote 0 Downvote