Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ftp #201

Open
sacko1966 opened this issue Jul 14, 2021 · 7 comments
Open

ftp #201

sacko1966 opened this issue Jul 14, 2021 · 7 comments

Comments

@sacko1966
Copy link

After new install of latest quickbox free or community version supporting ubuntu18.04 ftp does not work and no matter how hard i have tried it just will not connect over ftp keep getting error could not connect to server error 530 login incorrect but the login is fine for rutorrent which is the same password

@JMSDOnline
Copy link
Member

I'll post an update to this on the installer. This is more than likely due to the signed key and the latest RSA requirements.
Please run the following:

openssl req -config /root/.openssl.cnf -x509 -nodes -days 720 -newkey rsa:2048 -keyout /etc/ssl/private/vsftpd.pem -out /etc/ssl/private/vsftpd.pem

Then issue a restart to the vsftp service service vsftpd restart

@sacko1966
Copy link
Author

sacko1966 commented Jul 14, 2021 via email

@JMSDOnline
Copy link
Member

Default port for TLS/SSL (SFTP) is 4747 and for additional created users is standard FTP on port 5757 as listed on the Readme. Are you connecting via those ports? As I see 21 listed in your error message.

@sacko1966
Copy link
Author

sacko1966 commented Jul 14, 2021 via email

@sacko1966
Copy link
Author

sacko1966 commented Jul 16, 2021 via email

@oNeXuSo
Copy link

oNeXuSo commented Mar 31, 2022

Seeing this problem has happened a while back, did you ever get to the bottom of this error? - I've recently completed an install on ubuntu 18.04 and I'm getting the same issue with added users. Can access dashboard/rutorrent but ftp is giving exact same 530 login error. I've tried ports 4747 and 5757 by also amending Ishell.conf sftp from 0 to 1 and still no joy. Anyone any suggestions on a solution it will be greatly appreciated! the master user is working fine with no issues.

@JMSDOnline
Copy link
Member

Check that lshell is actually compiled with which lshell.

I just went to check and the installer here is attempting to build lshell from apt, however, that apt source is no longer functional/existent. So if this is a recent install, that may be why. Even if it is somehow there, I'd suggest apt -y autoremove lshell and build it from a more current, albeit no longer maintained repo (which still works and gets the job done as it should).

Seen here on the recent edits I just posted to the quickbox-setup build file:
bbed587#diff-d3fd950c9a4caebd335d5a73a5670052c18349f27f27d8af9118f156667b9fe2L571-L574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants