The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Help using SFTP i Solaris
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Help using SFTP i Solaris
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
08-30-2007
porter
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.
porter
View Public Profile
Find all posts by porter