Week 6 Flashcards
Secure Shell (SSH)
A protocol implemented by other programs to securely access one computer from another
What SSH program is popular with Windows?
OpenSSH Program
What keys does an SSH have?
Public and Private
Microsoft Terminal Services Client (mstsc.exe)
Used to create RDP connections to remote computers
Secure copy (SCP)
A command you can use in Linux to copy files between computers on a network
scp file_location user_receiving@IP_address
How do you transfer file from on computer to another?
pscp.exe file_location user_receiving@IP_address
Pscp.exe is a secure copy program that comes with Putty
Virtual Instance
A single virtual machine
The act of creating log events
Logging
How to see log files in Linux
/var/log
Or
less /var/log/sysfiles
What happens when you use tail -f before /var/log/syslog in Linux?
It will show the event view real time
Disk cloning tool
What is a benefit of this tool?
What is an example of one of these tools?
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
Disk-to-disk cloning
Where you connect an external hard drive to the disk to be cloned