frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

[DEBIAN]How create new SSH/SFTP user?

Ivo2Ivo2 Member
edited September 2016 in General Discussions
How create new SSH/SFTP user?
How set password on new user
how set main-directory(example: /var/www/site55)

Comments

  • Hello,

    in order to create new user you should use command:

    adduser username

    You will be asked to fill in information regarding new user and to type in new password for new user.

    In order to change home directory for user you could use command:

    usermod -d /var/www/site55 username
Sign In or Register to comment.

Time4VPS

Learn how to install a web and database server, email, FTP client or other applications. Discover and share information on server security or optimization recommendations.
Feel free to join our constantly expanding community, participate in discussions, strengthen your knowledge on Linux and Windows server management!
© 2013 - 2024 Time4VPS. All rights reserved.

Get In Touch