Sally has a Hot Fix Accumulator (HFA) she wants to install on her Security Gateway which
operates with GAiA, but she cannot SCP the HFA to the system. She can SSH into the Security
Gateway, but she has never been able to SCP files to it. What would be the most likely reason she
cannot do so?
A.
She needs to edit /etc/SSHd/SSHd_config and add the Standard Mode account.
B. She needs to run sysconfig and restart the SSH process.
C.
She needs to edit /etc/scpusers and add the Standard Mode account.
D.
She needs to run cpconfig to enable the ability to SCP files.
This question is fail totaly.
GAiA has no aware of /etc/scpusers at all.
sysconfig is not used at gaia at all.
cpconfig has no such function.
path to sshd_config incorrect.
no right answer here.
C is correct because you have to update or create new file /etc/scpusers with username and change default shell to BASH. Then restart SSH daemon.
echo ‘admin’ >> /etc/scpusers
chsh -s /bin/bash admin
service sshd stop
service sshd start
C is correct, I agree with Jahol
Hmmm, the normal way I have read int he Checkpoint documentation is to:
1. Generate a scpuser
2. give that user the shell: scponly
3. login with this user
Therefore this questions and answers seems really wrong at all, but maybe answer c is right too.
C