The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 08-30-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
man useradd
man passwd

add a user with "useradd ... <username>"
give them a password with "passwd <username>"

then they can use sftp assuming you have sshd started on the server.
Reply With Quote