cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1111
Views
0
Helpful
4
Replies

Problems with SSH Cisco 871W

cardar1213
Level 1
Level 1

Hi, I'm starting to train for my certification and have being following any posible explanation on how to configure ssh for a cisco 871w router, and there's no way I can connect. I've used TeraTerm Version 3.13 and 4.69 and it keeps asking me for the password wich I'm entering correct.

This is really frustrating since everywhere i look for answers i noticed that it should be something simple to do and still is not working for me.

Anyway this is my runing config if someone can give me a hand I'd really appreciate it

Current configuration : 1317 bytes

!

version 12.4

service config

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname labrouter

!

boot-start-marker

boot-end-marker

!

enable secret 5 $1$AnLl$H5XfrfdN5L6bogmtdGW.Y1

!

no aaa new-model

!

!

dot11 syslog

ip cef

!

!

ip auth-proxy max-nodata-conns 3

ip admission max-nodata-conns 3

ip domain name house.com

!

!

!

username tripi22 password 0 ld30dzy7

!

!

archive

log config

  hidekeys

!

!

ip ssh version 2

!

!

!

interface FastEthernet0

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface FastEthernet4

ip address dhcp

duplex auto

speed auto

!

interface Dot11Radio0

no ip address

shutdown

speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0

54.0

station-role root

!

interface Vlan1

ip address 192.168.1.1 255.255.255.0

!

ip forward-protocol nd

!

no ip http server

no ip http secure-server

!

!

!

!

control-plane

!

banner motd ^C

******************************************************************************

NO JODER

******************************************************************************^C

!

line con 0

password 123

login

no modem enable

line aux 0

line vty 0 4

password 123

login

transport input telnet ssh

!

scheduler max-task-time 5000

end

Current configuration : 1317 bytes

!

version 12.4

service config

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname labrouter

!

boot-start-marker

boot-end-marker

!

enable secret 5 $1$AnLl$H5XfrfdN5L6bogmtdGW.Y1

!

no aaa new-model

!

!

dot11 syslog

ip cef

!

!

ip auth-proxy max-nodata-conns 3

ip admission max-nodata-conns 3

ip domain name house.com

!

!

!

username tripi22 password 0 ld30dzy7

!

!

archive

log config

  hidekeys

!

!

ip ssh version 2

!

!

!

interface FastEthernet0

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface FastEthernet4

ip address dhcp

duplex auto

speed auto

!

interface Dot11Radio0

no ip address

shutdown

speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0

54.0

station-role root

!

interface Vlan1

ip address 192.168.1.1 255.255.255.0

!

ip forward-protocol nd

!

no ip http server

no ip http secure-server

!

!

!

!

control-plane

!

banner motd ^C

******************************************************************************

NO JODER

******************************************************************************^C

!

line con 0

password 123

login

no modem enable

line aux 0

line vty 0 4

password 123

login

transport input telnet ssh

!

scheduler max-task-time 5000

end

1 Accepted Solution

Accepted Solutions

Hi,

Can you try changing the command "login" to "login local" under the vty lines?

Thanks,

Wen

View solution in original post

4 Replies 4

Jatin Katyal
Cisco Employee
Cisco Employee

Ariel: What password are you trying to login into it?

Regards,

Jatin

~Jatin

i'm tryig to login to user tripi22 password ld30dzy7

I even tryied with secure crt and same error authentication failed.

This is driving me crazy

Hi,

Can you try changing the command "login" to "login local" under the vty lines?

Thanks,

Wen

cardar1213
Level 1
Level 1

that's exactly what it was, thanks a lot and forgive mi ignorance