SSH Flashcards
Limit SSH connections to SSHv2 only:
R1(config)# […]
ip ssh version 2
When crypto key generate rsa is used, how are the keys named?
The FQDN is used as the name
What makes up the FQDN of a device?
hostname.domainname
What does FQDN stand for?
Fully Qualified Domain Name
[…] IOS images do not support cryptographic features like SSH.
NPE (No Payload Encryption)
[…] IOS images support SSH.
K9
Show information about the current SSH configuration:
R1# […]
show ip ssh
Show information about the IOS version of the device:
R1# […]
show version
A device that supports both SSHv1 and SSHv2 is said to run version […]
1.99
Generate an RSA key pair:
R1(config)# […]
crypto key generate rsa
Apply an ACL for connections to the VTY lines:
R1(config-line)# […]
access-class acl in
Configure the protocols that can be used to connect via the VTY lines:
R1(config-line)# […]
transport input [protocols | all | none]
Configure the exec timeout:
R1(config-line)# […]
exec-timeout minutes seconds
Access all VTY lines:
R1(config)# […]
line vty 0 15
Configure the switch’s default gateway:
SW1(config)# […]
ip default-gateway ip-address