Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
Router - SSH
Friday, 17 October 2008 16:36
Below is how to enable SSH on your router using a username of mr and a password of bean, allowing access from the fa0/0 interface,
Router(config)#ip ssh source-interface fastEthernet 0/0
Router(config)#ip ssh authentication-retries 3
Router(config)#ip ssh version 2
Router(config)#ip domain name local.net
Router(config)#crypto key generate rsa modulus 768
Router(config)#username mr password 7 bean
Router(config)#line vty 0 15
Router(config-line)# transport input ssh
We have 27 guests online