Page 3 of 4

Re: Feature's Price

Posted: Sat Nov 07, 2015 2:27 pm
by mike08
I think I just got it working, I have Debian 7

What I did was

Code: Select all

root@here:~# dpkg --configure -a
Setting up vesta (0.9.8-15) ...

Configuration file `/usr/local/vesta/web/css/styles.min.css'
 ==> Modified (by you or by a script) since installation.
 ==> Package distributor has shipped an updated version.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
*** styles.min.css (Y/I/N/O/D/Z) [default=N] ? y
Installing new version of config file /usr/local/vesta/web/css/styles.min.css ...
root@here:~# apt-get install vesta
Reading package lists... Done
Building dependency tree
Reading state information... Done
vesta is already the newest version.
The following packages were automatically installed and are no longer required:
  aspell aspell-en dictionaries-common javascript-common libaspell15 libicu48
  libjs-jquery libjs-jquery-ui php-auth php-auth-sasl php-mail-mime
  php-mail-mimedecode php-net-smtp php-net-socket php5-intl php5-pspell
  roundcube-core tinymce wwwconfig-common
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 54 not upgraded.
I think that solved the problem since it is showing vesta again on the updates, correct me if I'm wrong.

Re: Feature's Price

Posted: Sat Nov 07, 2015 2:36 pm
by imperio
Try to use this commands

Code: Select all

apt-get update
apt-get install vesta

Re: Feature's Price

Posted: Sat Nov 07, 2015 2:38 pm
by mike08
Yeah, same results, vesta is updated, it is actually showing the new addons for top, free, etc, now how to I add the license about chroot, lets see if that works?

Re: Feature's Price

Posted: Sat Nov 07, 2015 2:55 pm
by imperio
mike08 wrote:Yeah, same results, vesta is updated, it is actually showing the new addons for top, free, etc, now how to I add the license about chroot, lets see if that works?
https://localhost:8083/edit/server/
Vesta Control Panel Plugins
SFTP Chroot
yes

Re: Feature's Price

Posted: Sat Nov 07, 2015 3:12 pm
by mike08
Alright, now it says license enabled, the SSH Access on the users profile must be on nologin for it to work?

Re: Feature's Price

Posted: Sat Nov 07, 2015 3:17 pm
by imperio
mike08 wrote:Alright, now it says license enabled, the SSH Access on the users profile must be on nologin for it to work?
In the settings of user change nologin to rssh

Re: Feature's Price

Posted: Sat Nov 07, 2015 3:22 pm
by mike08
I just tried that and tried to ssh the server with the credentials, but the ssh connection is just terminated, is that supposed to happen?

Re: Feature's Price

Posted: Sat Nov 07, 2015 3:25 pm
by imperio
mike08 wrote:I just tried that and tried to ssh the server with the credentials, but the ssh connection is just terminated, is that supposed to happen?
You should connected via ftp client

sftp connection
hostname: server ip or user domain
login: user nick
pass: password of user
port 22

Re: Feature's Price

Posted: Sat Nov 07, 2015 3:33 pm
by mike08
Understood, and is it possible to grant them access through ssh connection so that they can just use commands like tar, mv, cp, nano, etc. but just on their user home environment with chroot?

Re: Feature's Price

Posted: Sat Nov 07, 2015 3:36 pm
by imperio
mike08 wrote:Understood, and is it possible to grant them access through ssh connection so that they can just use commands like tar, mv, cp, nano, etc. but just on their user home environment with chroot?
This module is not working via ssh.
You or your users can using sftp conection. It is very convenient