SSH Flashcards

1
Q

Limit SSH connections to SSHv2 only:
R1(config)# […]

A

ip ssh version 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When crypto key generate rsa is used, how are the keys named?

A

The FQDN is used as the name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What makes up the FQDN of a device?

A

hostname.domainname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does FQDN stand for?

A

Fully Qualified Domain Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

[…] IOS images do not support cryptographic features like SSH.

A

NPE (No Payload Encryption)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

[…] IOS images support SSH.

A

K9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Show information about the current SSH configuration:
R1# […]

A

show ip ssh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Show information about the IOS version of the device:
R1# […]

A

show version

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A device that supports both SSHv1 and SSHv2 is said to run version […]

A

1.99

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Generate an RSA key pair:
R1(config)# […]

A

crypto key generate rsa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Apply an ACL for connections to the VTY lines:
R1(config-line)# […]

A

access-class acl in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Configure the protocols that can be used to connect via the VTY lines:
R1(config-line)# […]

A

transport input [protocols | all | none]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Configure the exec timeout:
R1(config-line)# […]

A

exec-timeout minutes seconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Access all VTY lines:
R1(config)# […]

A

line vty 0 15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Configure the switch’s default gateway:
SW1(config)# […]

A

ip default-gateway ip-address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

By default, is a password required to access the CLI via the console port?

A

No

17
Q

Configure local line authentication:
R1(config-line)# […]

A

login local

18
Q

Configure the router to authenticate using the configured line password:
R1(config-line)# […]

A

login

19
Q

Configure a line password:
R1(config-line)# […]

A

password password

20
Q

Enter console line configuration mode:
R1(config)# […]

A

line console 0