Week 6 Flashcards

1
Q

Secure Shell (SSH)

A

A protocol implemented by other programs to securely access one computer from another

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

What SSH program is popular with Windows?

A

OpenSSH Program

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

What keys does an SSH have?

A

Public and Private

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

Microsoft Terminal Services Client (mstsc.exe)

A

Used to create RDP connections to remote computers

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

Secure copy (SCP)

A

A command you can use in Linux to copy files between computers on a network

scp file_location user_receiving@IP_address

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

How do you transfer file from on computer to another?

A

pscp.exe file_location user_receiving@IP_address

Pscp.exe is a secure copy program that comes with Putty

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

Virtual Instance

A

A single virtual machine

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

The act of creating log events

A

Logging

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

How to see log files in Linux

A

/var/log

Or

less /var/log/sysfiles

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

What happens when you use tail -f before /var/log/syslog in Linux?

A

It will show the event view real time

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

Disk cloning tool

What is a benefit of this tool?

What is an example of one of these tools?

A

A tool to image a computer by making a copy of an entire disk and allows you to back up a current machine or set up a new one.

You can also install settings and folders that you might need

Clonezilla

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

Disk-to-disk cloning

A

Where you connect an external hard drive to the disk to be cloned

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