PDA

View Full Version : Login by using SSH


sovannary
12-16-2007, 07:51 PM
I'm trying to set up SSH on Router 1800 series by following instruction from Study guide 6th Edition.

1.Set hostname
2.Set domain name
3.Generate the encryption key
4.Set max failed attempts for an SSH connection
5.Connect to vty lines of router
6.Configure SSH and then Telnet as access protocols

After the configuration, i try to login by using SSH. It then ask me for the username and password. I don't know what to put coz i seem haven't put any username or password?

Thanks,

lammle
12-16-2007, 07:58 PM
The cisco client is as follows:

ssh -l username ip_address_of_ssh_server

You'll then be prompted for the password you set with the username command. The username and password are what you created wtih the username command.

Let me know if that works.

Todd