View Single Post
  #5 (permalink)  
Old 2005-10-25
cosufw1 cosufw1 is offline
Junior Member
 
Join Date: 2005-10-19
Posts: 3
Rep Power: 0
cosufw1 has an average reputation (10+)
Default Re: cannot access SecurePlatform through winSCP

Once you have created the user, edit /etc/passwd and change "cpshell" to "bash" at the end of the user line. It should look like this:
user1:x:0:0::/home/user1:/bin/bash

Then edit /etc/group and add the user to the appropriated groups, separated with comma:
root:x:0:root,user1

Donīt forget to create /etc/scpusers with the user name, if you want SCP access.
Reply With Quote