08-30-2019 02:44 AM
HI Everyone,
Kindly help me to resolve ssh, Ip domain-name is created, Crypto rsa key is generated,ssh v2 is enabled & I'm getting output for the following command, show crypto key mypublickey & show ip ssh.
Line vty configuration
line vty 0 4
login local
transport input ssh
08-30-2019 03:32 AM
08-30-2019 04:29 AM - edited 08-30-2019 04:31 AM
Hi,
We have Hostname & Password & also IOS running K9 IOS.
08-30-2019 04:32 AM
Please provide a little more info;
08-30-2019 05:34 AM
Please provide a little more info;
Network error: Connection refused
Yes I can able to ping
Yes Only this device having problem
Yes I can able to connect to other device
I have removed ACL from Line Vty 0 4
08-30-2019 05:47 AM
Could you share the device configuration?
A diagram of your network would also be useful.
Regards
08-30-2019 05:47 AM
08-30-2019 06:50 AM - edited 08-30-2019 06:50 AM
1) you could have a duplicate ip address? so the device you get connected to is not the device you want.
2) if this is a unix host you are connecting from, this may have cached an "old" fingerprint for an earlier RSA-key,
you need to delete this first from $HOME/.ssh/known_hosts
08-30-2019 10:31 AM
Dear all,
Now its working.
Thanks for reply from everyone.
Actually my LAN Network is 10.116.x.x series & in standard acl it's not mentioned but in extended ACL 30 deny tcp any any eq 22 is configured. Anyone let me know that ACL function starts from top mentioned list to bottom like below mentioned Scenario
10 permit 10.116.74.18
20 permit 10.116.16.39
30 permit 10.117.3.40 log
40 permit 158.98.123.72
50 permit 10.200.1.42
60 permit 10.200.1.54
70 permit 10.249.23.128, wildcard bits 0.0.0.127
80 permit 10.249.16.0, wildcard bits 0.0.0.255
90 permit 10.116.5.0, wildcard bits 0.0.0.255( Configured Now)
100 deny any
Extended IP access list CISCO-CWA-URL-REDIRECT-ACL
100 deny udp any any eq domain
101 deny tcp any any eq domain
102 deny udp any eq bootps any
103 deny udp any any eq bootpc
104 deny udp any eq bootpc any
105 permit tcp any any eq www
Extended IP access list sl_def_acl
10 deny tcp any any eq telnet
20 deny tcp any any eq www
30 deny tcp any any eq 22 (This one I would like to remove Kindly help me to remove this one)
40 permit ip any any
08-30-2019 12:08 PM
Try this:
Execute the show run command
Copy the entire ACL and paste it into a .txt
Remove the ACL from your device
Remove the ACL line in the .txt
Copy the edited ACL from the .txt and paste it on your device
Regards
08-30-2019 01:38 PM
Actually the access list sl_def_acl is self generated by IOS and can not be deleted. See this link which mentions the function of this access list
HTH
Rick
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