08-31-2016 01:37 AM - edited 03-08-2019 07:14 AM
08-31-2016 02:02 AM
set user on your switch
config t
username admin privilege 15 password <password>
enable secret <password>
!
line vty 0 15
login local
08-31-2016 02:21 AM
Hi
If you want SSH you must use a K9 image you need to upgrade your current IOS version , do not use telnet at all its not secure in anyway , your current IOS does not support ssh
http://www.thegeekstuff.com/2013/08/enable-ssh-cisco/
********************************************************************************************
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh source-interface ......
ip ssh version 2
crypto key generate rsa (hit return)
type 1024 and hot return to generate the keys
line vty 0 4
transport input ssh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide