Backtrack:  
 
by lunarg on August 21st 2018, at 11:20

To enable SSH on Dell Networking N-series (formerly known as Dell PowerConnect), you first have to generate the required private RSA and DSA keys. If you don't, you're met with a very secretive error message:

SSH could not be enabled.

To generate the keys, and configure and enable SSH, log on to the switch using the console cable or log on through Telnet:

Go into EXEC mode, then in CONFIG mode:

enable
configure

Generate both the RSA and DSA keys:

crypto key generate rsa
crypto key generate dsa

Now, you can enable the SSH server:

ip ssh server

Optionally: you can also change the default listen port:

ip ssh port 22

With more recent firmware versions, you are no longer able to change the SSH protocol version. It is now always 2. But if you are still running an older version, you could set the protocol version:

ip ssh protocol 2

Optionally: after enabling SSH, you can optionally disable Telnet:

ip telnet server disable

Go back to EXEC mode and write the changes to flash:

exit
copy running-config startup-config
 
 
« March 2024»
SunMonTueWedThuFriSat
     12
3456789
10111213141516
17181920212223
24252627282930
31      
 
Links
 
Quote
« If the batteries of a TV remote run out, why do we press the buttons so much harder? »