I have a dell power connect 2848 and I am looking to enable ssh on it. I have tried following the below instructions but they all error out for me except the config command but i can still make no changes. I am logging onto the switch as admin. I am connecting to the switch via telnet. Any ideas what i am doing wrong? thanks
- Connect to the switch via CLI
- To enable SSH, enter the following commands:
- console>enable
- console#config
- console(config)#crypto key generate rsa
- console(config)#crypto key generate dsa
- console(config)#ip ssh server
- To disable telnet, enter: console(config)#no ip telnet server
- To enable HTTPS, enter the following commands"
- console(config)# console(config)#crypto certificate 1 generate key
- console(config)#ip https certificate 1
- console(config)# ip http secure-server