I am in search of help concerning needed entires to get ssh to work on a Dell Powerconnect 6248p. I have read through many postings for what entries get ssh to work, I have entered all of the entries, and when I utilize putty or tera term the connection times out. Here is my config, and below it I will list the entries applied. Any help would be greatly appreciated.
Test Switch #2#show ver
Image Descriptions
image1 : default image
image2 :
Images currently available on Flash
--------------------------------------------------------------------
unit image1 image2 current-active next-active
--------------------------------------------------------------------
1 2.2.0.3 <none> image1 image1
Test Switch #2#show system
System Description: Dell Ethernet Switch
System Up Time: 0 days, 02h:03m:26s
System Contact:
System Name: Test Switch #2
System Location:
Burned In MAC Address: A4BA.DB7D.7B60
System Object ID: 1.3.6.1.4.1.674.10895.3013
System Model ID: PCT6248P
Machine Type: PowerConnect 6248P
Temperature Sensors:
Unit Temperature (Celsius) Status
---- --------------------- ------
1 27 OK
Fans:
Unit Description Status
---- ----------- ------
1 Fan 1 OK
1 Fan 2 OK
1 Fan 3 OK
1 Fan 4 OK
1 Fan 5 OK
Power Supplies:
Unit Description Status Source
---- ----------- ----------- ------
1 Main OK AC
1 Secondary Failure DC
Test Switch #2#show ip ssh
SSH Server enabled. Port: 22
RSA key was generated.
DSA key was generated.
SSH Public Key Authentication is enabled.
Active Incoming Sessions.
Ip Address User Name Idle Time Session Time
--------------- --------------- ------------ ------------
Test Switch #2#show ip telnet
Telnet Server is Disabled. Port : 23
Test Switch #2#show running
!Current Configuration:
!System Description "PowerConnect 6248P, 2.2.0.3, VxWorks5.5.1"
!System Software Version 2.2.0.3
!
configure
vlan database
vlan 10,50,100,255
exit
ip telnet server disable
hostname "Test Switch #2"
sntp unicast client enable
sntp client poll timer 1024
sntp server 128.138.140.44
sntp server 128.138.141.172
clock timezone -7 minutes 0 zone "AZ"
stack
member 1 5
exit
ip address 192.168.2.221 255.255.255.0
ip default-gateway 192.168.2.1
no ip domain-lookup
ip domain-name lesd.k12.az.us
logging snmp
logging 10.7.1.188
level notice
exit
interface vlan 10
name "Data"
routing
ip address 10.75.1.2 255.255.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 50
name "Voice"
routing
ip address 10.76.1.2 255.255.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 100
name "Video"
routing
ip address 10.77.1.2 255.255.0.0
ip ospf cost 32
ip ospf priority 128
exit
interface vlan 255
name "Cox Management VLan"
routing
ip address 172.16.255.2 255.255.255.0
ip ospf cost 32
ip ospf priority 128
exit
username "admin" password 1e83361a39b2e5518cd1da1b74c4a315 level 15 encrypted
aaa authentication login "default" enable local line
aaa authentication enable "enableList" enable
aaa authentication dot1x default none
line console
exec-timeout 30
password 1e83361a39b2e5518cd1da1b74c4a315 encrypted
exit
line ssh
exec-timeout 30
password 1e83361a39b2e5518cd1da1b74c4a315 encrypted
exit
ip ssh server
ip ssh pubkey-auth
!Management ACAL
management access-list "default"
deny service telnet priority 1
exit
management access-class default
!
interface ethernet 1/g48
description 'Switch Uplink Port'
spanning-tree disable
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 10,50,100,255
exit
enable password 1e83361a39b2e5518cd1da1b74c4a315 encrypted
exit
Test Switch #2#
Now I have also gone in and enabled the following in an attempt to get the thing to work correctly:
Aaa authentication enable default line
Aaa authentication enable default local
Aaa authentication enable default enable
aaa authentication enable default enable line
aaa authentication enable default enable
Aaa authentication dot1x default none
Aaa authentication login default enable
Aaa authentication login default enable line
Aaa authentication login default enable local
aaa authentication login default enable line
aaa authentication login default enable local line
Any assistance anyone can provide would be greatly appriceated.