Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,In order to remotely connect to my Cisco router, I've configured WebVPN, from where I want to connect with an SSH tunnel. The problem is that this doesn't quite seem to work. I can connect to the WebVPN just fine, but from there, I can't seem to u...
Hi,I'm wondering if it's possible to configure SSH on a Cisco router to only allow Public-Private key authentication. So no passwords, true SSH.I know this is possible on a Linux server, but I haven't been able to find anything on this for Cisco.
Hey, I'm trying to make a setup on my Cisco 881 router, but I'm having some trouble.I've managed to configure logging in with a Public-Private key pair over SSH, but it's also still possible to log in over SSH with just a username and password. I'd l...
When I do a "show run | i username", this is what I get:username admin privilege 15 username adminIs it possible that I'm allowing the password prompt through a command I've used somewhere?
I've tried removing the password from the user, but it didn't quite work out. It still allows you to login without a key, only now you don't input anything when it asks for a password.
I've figured out how to make a user go straight into privilege mode and have lower ranking users not go into a higher privilege level. After configuring AAA, I used these commands:(config)#aaa authorization exec default local(config)#aaa authorizatio...