Which two steps should be performed to permit using SSH, SCP, or SFTP commands by the
ORACLE account on the host FAROUT to the oracle account on the host WAYOUT without
supplying a password?
A.
The oracle account user on host FAROUT must issue an ssh-keygen command to generate
public and private key files in the ~ oracle/.ssh directory FAROUT.
B.
The oracle account user on the host WAYOUT must issue an ssh-keygen command to
generate public and private key files in the ~/oracle.ssh directory on WAYOUT.
C.
The Oracle account user on host FAROUT must add the contents of ~/oracle/.ssh/id_dsa.pub
or ~/oracle/.ssh/is_rsa.pub file to the ~/oracle/.ssh/authorized_keys file on host WAYOUT.
D.
The Oracle account user on host WAYOUT must add the contents of ~/oracle/.ddh/id_dsa or
~/oracle/.ssh/id_rsa.pub file to the ~/oracle/.ssh/authorized_keys file on host FAROUT.
E.
The oracle account user on host WAYOUT must set the permissions on the
~/oracle/.ssh/authorized_keys file to 644.
F.
The Oracle account user on host FAROUT must set the permissions in
~/oracle/.ssh/authorized_keys file 644.
Explanation:
A, C
Correct are A,C
A,C
account ORACEL on Host FAROUT —> WAYOUT
use with account ORACEL ssh-keygen on FAROUT and distribute pub key to WAYOUT
So answers A, C
A, C,