Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems SSH Cisco 871W

Status
Not open for further replies.

cardar1213

Technical User
Jun 19, 2011
1
0
0
US
Currently Being Moderated
Problems with SSH Cisco 871WHi, 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 I've even use SecureCRT and it keeps asking me for the password which

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

 
did you get this taken care of?

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top