PrepAway - Latest Free Exam Questions & Answers

What would be the most likely reason she cannot do so?

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?

PrepAway - Latest Free Exam Questions & Answers

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.

5 Comments on “What would be the most likely reason she cannot do so?

  1. alex says:

    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.




    0



    0
  2. jahol says:

    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




    0



    0
  3. Ben says:

    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.




    0



    0

Leave a Reply