Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Many, many thanks to TSCADFX and Hostasaurus.Com for your time in helping me debug the issue. There seems to be some issue with the webspace I was trying to create an additional SFTP user for. The steps outlined work for the other webspaces I tried. Not exactly sure what is wrong.
It appears that user 'gv' can log in, only to be disconnected right after. Here are the logs for both gv and then root.
ssh [email protected] -v
OpenSSH_5.6p1, OpenSSL 0.9.8x 10 May 2012
debug1: Reading configuration data /Users/isaac/.ssh/config
debug1: Reading configuration data...
I know you guys are trying and really I do appreciate it! :)
I have an sshd_config and ssh_config file in /etc/ssh/
To log into the server, I've been using Terminal on my MacBook.
Just googled PAM (because I had no idea what it was). I don't think I've upgraded it or had any issues...
Looking at the SSH logs (below) it appears that the server accepts the password, but then immediately disconnects user 'gv'. I also included the logs from root as well.
Here is the log when user 'gv' logs in.
ssh [email protected] -v
OpenSSH_5.6p1, OpenSSL 0.9.8x 10 May 2012
debug1...
I know you guys are trying and really I do appreciate it! :)
I have an sshd_config and ssh_config file in /etc/ssh/
To log into the server, I've been using Terminal on my MacBook.
Just googled PAM (because I had no idea what it was). I don't think I've upgraded it or had any issues...
Hostasaurus.Com, Yes.
/etc/passwd looks like: gv:x:10000:505::/var/www/vhosts/altrisinc.com/dev:/usr/local/psa/bin/chrootsh
/var/www/vhosts/altrisinc.com/etc/passwd looks like: gv:x:10000:505::/dev:/bin/bash
This is as per TSCADFX's blog post.
TSCADFX,
Just double checked...
Both TSCADFX and Hostasaurus.Com thanks so much for your insight.
I noticed the local etc/group file did not match the /etc/group, so I updated that and restarted ssh. Still no dice.
Setting the shell in /etc/passwd to /bin/bash allows the user to log in but they're able to view/edit beyond...
TSCADFX,
Thanks for helping me out with this! I'm working on CentOS 5.9 with Panels 11.0.9 Update #51.
In Power User view, I opened up to the workspace where I'm trying to add the SFTP user. Under FTP Access, I created the new user before finishing the steps from the blog. Below are the...
@TSCADFX,
I followed followed the instructions in your blog post, however I get this error when logging in with the new user:
user with id=10000 and name=gv not found in chrooted passwd file
Suggestions? Here's the full debug in a pastebin.