Networking - SSH - multichoice questions

Question 1

In which file does SSH store a user's private RSA key, by default?

Question 2

When using SSH public key authentication, which file must exist on the remote machine?

Question 3

[elvis@station]$ ssh ec2-user@69.57.97.126 "echo 'hi' | grep h > /tmp/greet"

On the remote machine, which of the following processes was not executed as a result of this Command?

Question 4

[elvis@station]$ ssh ec2-user@69.57.97.126 "echo 'hi' | grep h > /tmp/greet"

On which machine was the file /tmp/greet created?

Question 5

[elvis@statio]$ ssh ec2-user@69.57.97.126 mkdir tmp
[elvis@statio]$ scp .bashrc jules@69.57.97.126:tmp .bashrc
100% |*****************************|    124  00:00

Which file on the remote machine contains a copy of the local file ~/.bashrc?

Question 6

Which file is automatically updated whenever the first connection to a new host is accepted?

Question 7

Which of the following command lines could be used to recursively copy the ~/backups directory to a remote machine's /tmp directory?

Question 8

In order to connect to a remote machine, which of the following information must exist in the remote machine?