Difference between revisions of "Enable users for SCP"

From Tech-Wiki
Jump to: navigation, search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Check Point]]
 
[[Category:Check Point]]
 +
'''[[Check Point#Secure Platform|Back to Secure Platform]]'''
 +
  
 
To enable users to SCP to a SecurePlatform device you will need to edit the <b>/etc/scpusers</b> file.
 
To enable users to SCP to a SecurePlatform device you will need to edit the <b>/etc/scpusers</b> file.
Line 17: Line 19:
  
 
  "echo <username> >> /etc/scpusers"
 
  "echo <username> >> /etc/scpusers"
 +
 +
<b>Note:</b> It may also be necessary to change the shell for the user for this to work - [[Changing a users default shell]]

Latest revision as of 06:12, 22 July 2016

Back to Secure Platform


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:

  1. Enter the Expert mode.
  2. Create the /etc/scpusers file.
  3. Open the scpusers file with a text editor such as vi.
  4. 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"

Note: It may also be necessary to change the shell for the user for this to work - Changing a users default shell