SSH Configuration guide Flashcards
1
Q
The whole order of SSH configuration has how many parts ?
and what are they ?
A
1 - Hostname 2 - ip Domain-name 3 - crypto key generate RSA [512] 1024 4 - ip ssh version 2 5 - username \_\_\_ password/secret \_\_\_\_\_ 6 - line vty 0-15 transport input all or ssh 7 - Login Local
2
Q
- step 1 is ?
A
- > host name ____ - this is needed
With out the host name you can not configure SSH as it is needed to generate the security keys and self generated certificate
3
Q
- step 2 is ?
A
- > ip domain-name ___
- Host name and this are 2 things needed for the self generated certificate
4
Q
- step 3 is ?
A
- > crypto key generate RSA 1024
- generate encrypted keys - Public & Private Key
- Sym 64, 128, 256 bits.
Default is suggested 512 this is asymmetric key set
5
Q
- step 4 is ?
A
- > iP ssh version 2
- This enable SSH & Key
6
Q
- step 5 is ?
A
- > Username ____ password ______
- Create Local user account & password
or. > username ____ secret ________
- same as enable secret hides password & MD5 hashing
7
Q
- step 6 is ?
A
- Allow telnet or ssh or both. ssh only disables telnet
> Line vty 0 - 15
transport input ___ all or ssh,telnet
- Login
> login Local or Tacacs
- username & password from local database
8
Q
What does the command do:
> crypto key generate RSA 1024
A
- > crypto key generate RSA 1024
- generate encrypted keys - Public & Private Key
- Sym 64, 128, 256 bits.
Default is sugeested 512 this is asymmetric key set
9
Q
What does the command do:
> iP ssh version 2
A
- enable SSH & Key
10
Q
What does the command do:
> login Local
A
- username & password from local database for the current login config