The whole order of SSH configuration has how many parts ?
and what are they ?
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 LocalWith out the host name you can not configure SSH as it is needed to generate the security keys and self generated certificate
- Host name and this are 2 things needed for the self generated certificate
- This enable SSH & Key
or. > username ____ secret ________
- same as enable secret hides password & MD5 hashing
> Line vty 0 - 15
transport input ___ all or ssh,telnet
What does the command do:
> crypto key generate RSA 1024
What does the command do:
> iP ssh version 2
What does the command do:
> login Local