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.
I wondering what I need to do when I connect to ssh from another network, for example if I have IP 10.10.10.1 and if I try to connect from 192.168.1.15 or 32.25.2.1. Beside the ssh config, do I need to setup a access-list do you have to be in the s...
When I try to configure the interface omn G0/1/0R1(config)#int g0/1/0R1(config-if)#ip address 192.168.15.31 255.255.255.0 ^% Invalid input detected at '^' marker.Which indicates that the command is not right, but it is and ...
I have config this config for ssh on a Cisco routerline vty 0 4login localtransport input sshBut when I run the show ssh I got following output%No SSHv2 server connections running.I'm happy for any suggestions, thanks
Do you have ssh enabled?ip ssh version 2 -yesip ssh time-out XXX - Noip ssh authentication-retries xx - nogenerate keys: crypto key generate rsa general-keys label <NAME> mod 2048 - Yes set it to 2048.Thanks for your suggestions about the time out it...