Secure Shell (SSH) Flashcards

1
Q

What protocol creates a secure channel between two devices, so that one device can control the other?

A

Secure Shell

Note: SSH was designed as a replacement for TELNET. It is very heavily used in Unix/Linux and Windows.

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

What are the two requirements to use SSH?

A

A server (daemon) and a client on the other device that will take control of the daemon.

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

What port does SSH run on and what about Secure FTP?

A

Port 22

Note: Secure copy also runs on Port 22.

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

What encryption protocol does SSH 2.0 use?

A

Diffie-Hellman Key Exchange and Message Authentication Codes (MAC)

Note: SSH is used frequently in security.

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