(This has been taken care of, and I added the fix / mistake - it's about 7 posts down.
)
login as: cisco
cisco@192.168.1.240's password:
Access denied
Building configuration...
Current configuration : 2371 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 3550
!
enable secret 5 $1$rDSJ$knfM5H3EdSBhuf3OK8m2W.
!
username cisco password 0 cisco
ip subnet-zero
!
no ip domain-lookup
ip domain-name domain.local
ip ssh time-out 120
ip ssh authentication-retries 3
ip ssh version 2
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
!
interface FastEthernet0/1
switchport mode dynamic desirable
!
*SNIP*
interface FastEthernet0/24
switchport mode dynamic desirable
!
interface GigabitEthernet0/1
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
!
interface Vlan1
ip address 192.168.1.240 255.255.255.0
!
interface Vlan2
no ip address
!
ip classless
ip http server
!
!
line con 0
exec-timeout 0 0
password cisco
logging synchronous
login
line vty 0 4
password ccna
login
transport input telnet ssh
line vty 5 15
login
!
!
end
Can anyone tell me what I'm missing?

:
Telnet works, but SSH doesn't.