Enable users for SCP
From Tech-Wiki
Revision as of 08:08, 28 September 2011 by Linogenco (Talk | contribs) (Created page with "Category:Check Point To enable users to SCP to a SecurePlatform device you will need to edit the <b>/etc/scpusers</b> file. <br /> <br /> The can be achieved using the follo...")
To enable users to SCP to a SecurePlatform device you will need to edit the /etc/scpusers file.
The can be achieved using the following steps:
- Enter the Expert mode.
- Create the /etc/scpusers file.
- Open the scpusers file with a text editor such as vi.
- Add all authorized users, list one per line.
Note: Only users listed in this file will be allowed to use scp.
Note: You can also run the following command instead of steps 2-4.
"echo <username> >> /etc/scpusers"