Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can't connect to froxlor clients via SFTP

Featured Replies

I can login to root and other ssh users using SFTP (ProFTPD) without a problem but I can't connect via sftp to any of the froxlor clients that I add via the panel though.

With some help from here, I did the following:

  1. Add the following to /etc/proftpd/modules.conf

    LoadModule mod_sftp.c
     

  2. Add the following to /etc/proftpd/sql.conf
     

    Include /etc/proftpd/sftp.conf
     

  3. Create file /etc/proftpd/sftp.conf with following content:

    <IfModule mod_sftp.c>
        SFTPEngine on
        SFTPLog /var/log/proftpd/sftp.log
        SFTPHostKey /etc/ssh/sshhostdsakey
        SFTPHostKey /etc/ssh/sshhostrsakey
    </IfModule>
  4. Restarted proftpd and ssh

If I try connecting via filezilla to a froxlor client with host sftp://server-ip username say, user1 and the user password, I get the following error:

Error: Authentication failed.

Error: Critical error: Could not connect to server

Please let me know if there's any info, logs, config, etc you would want me to provide.

We do not officially support this, you may want to ask the guy from the post you got this from

  • Author

Oh ok, I'll do that. Thanks for the reply man!!

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.