8.12.1 Flashcards

1
Q

tool can copy local files from/to a remote host using a remote shell - SSH - or a remote rsync daemon. It is a file copying tool with the capability of reducing the amount of data transferred, making replicas, copies and backups. To make it even more difficult for others to access your data, there’s the option to harden SSH, improving security.

A

rsync

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

is packaged with SSH, and works over a secure connection. It has the ability to leverage a secure connection to transfer files between the local and remote systems. SFTP is usually preferred over FTP because of its security features and ability to piggy-back on an SSH connection.

A

sftp

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

tool securely copies files and directories between remote hosts without starting an FTP session or even logging into the remote systems. ____ uses SSH to transfer data, so it requires authentication, but it does encrypt both the file and any passwords exchanged

A

scp

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