Author Topic: How to create user on SSH - Centos Webpanel  (Read 11669 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to create user on SSH - Centos Webpanel
« on: December 30, 2017, 02:55:48 PM »
Hi,

I research on the internet this question but not find it.

Im using centos webpanel and i need a create new user on SSH. Not Centos webpanelç

How to solve this problem ? :)

Offline
*
Re: How to create user on SSH - Centos Webpanel
« Reply #1 on: December 31, 2017, 08:38:25 PM »
well, you can always:

adduser [username]
passwd [username]

... but this does not add them to the panel, set up domain, website, etc, pretty much just gives them shell access.

Offline
*
Re: How to create user on SSH - Centos Webpanel
« Reply #2 on: December 31, 2017, 09:32:14 PM »
well, you can always:

adduser [username]
passwd [username]

... but this does not add them to the panel, set up domain, website, etc, pretty much just gives them shell access.

Hi Darkroom,

I wanna set up domain on SSH. :)

Offline
*
Re: How to create user on SSH - Centos Webpanel
« Reply #3 on: February 12, 2018, 07:44:28 AM »
add domain , before that setup your domain Ns1/ns2 to direct on your ip and when u add new user over CWP automaticly will add the ssh if you don't want you can unmark it .

Re: How to create user on SSH - Centos Webpanel
« Reply #4 on: February 12, 2018, 09:57:15 AM »
I research on the internet this question but not find it.
https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s2-users-add.html

The panel does not provide for an option to add a non-panel ssh user. However, from the webpanel you can chose SSH Service -> SSH Java Console and you get a simple SSh interface, that would save you from connecting to the server through a SSH tool. Just bear in mind it is only for simple use, nano or links would not work on it
« Last Edit: February 12, 2018, 10:24:03 AM by n8v8r »

Re: How to create user on SSH - Centos Webpanel
« Reply #5 on: February 12, 2018, 10:41:14 AM »
N.B. there are more convenient SSH tools around than just putty, e.g. https://winscp.net or https://mobaxterm.mobatek.net
« Last Edit: February 12, 2018, 10:43:03 AM by n8v8r »