08-28-2007 06:40 PM - edited 03-05-2019 06:09 PM
Hi,
I do not know why I can not login using ssh client to my router... here is my configuration.
Best regards and thks
Solved! Go to Solution.
09-03-2007 08:23 AM
Hi,
Try "login local" under vty.
!
line vty 0 4
access-class 102 in
password 7 xxxxx
login local
!
Regards,
-Shahzad
08-28-2007 06:40 PM
The new configuration is:
line con 0
line aux 0
line vty 0 4
access-class 102 in
password 7 xxxxx
login
transport input ssh
transport output none
09-03-2007 07:35 AM
Can you remove the access-class ?
Perhaps the ACL is blocking your session.
09-03-2007 07:37 AM
This acl permits me to connect to, if I delete this acl I can not connect
09-03-2007 08:23 AM
Hi,
Try "login local" under vty.
!
line vty 0 4
access-class 102 in
password 7 xxxxx
login local
!
Regards,
-Shahzad
09-03-2007 08:42 AM
Hi,
Was login "local" command which resolved my issue.
Thks a lot..
Best regards
09-03-2007 05:58 AM
What client are you using Putty?
I didn't see generate RSA key (crypto)
09-03-2007 06:00 AM
1) Create a local account
Ex,
username cisco priv 15 password cisco123
2) enable login under the vty
Ex,
line vty 0 4
login
3) Read up the troubleshooting and configuration steps at this link
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cg/hsec_c/part25/ch10/schssh.htm
09-03-2007 06:05 AM
Edgar I apologize,Edison's link is much better sorry for the confusion!
09-03-2007 06:19 AM
Hi,
My ssh client is bitvise http://www.bitvise.com/tunnelier
There is already a root user with 15 level configured.
I use this profile to connect to but always is asking for the pass.. I use the correcto user/pass but nothing
09-03-2007 07:04 AM
1) Try another client such as putty or secure-crt.
2) enable login under the vty lines.
09-03-2007 07:16 AM
With putty..nothing
Ill try to change no login parameter
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide