- Joined
- Nov 12, 2025
- Messages
- 11
- Reaction score
- 1
Hello,
I'm trying to configure remote storage with SFTP.
In the logs of our SFTP server, I see this:
Jul 09 15:12:15 EBOSLBE1-SFTP01 sshd[38449]: Accepted password for sftp-user from 10.x.x.x port 43898 ssh2
Jul 09 15:12:15 EBOSLBE1-SFTP01 sshd[38449]: pam_unix(sshd:session): session opened for user sftp-user by (uid=0)
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Created slice User Slice of sftp-user.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Starting User Manager for UID 1001...
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: pam_unix(systemd-user:session): session opened for user sftp-user by (uid=0)
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Started Session 274966 of user sftp-user.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd-logind[960]: New session 274966 of user sftp-user.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Paths.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG network certificate management daemon.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Timers.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Sockets.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Basic System.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Started User Manager for UID 1001.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Default.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Startup finished in 33ms.
Jul 09 15:12:16 EBOSLBE1-SFTP01 sshd[38526]: Received disconnect from 10.x.x.x port 43898:11: Connection terminated by the client.
Jul 09 15:12:16 EBOSLBE1-SFTP01 sshd[38526]: Disconnected from user sftp-user 10.x.x.x port 43898
Jul 09 15:12:16 EBOSLBE1-SFTP01 sshd[38449]: pam_unix(sshd:session): session closed for user sftp-user
So the connection works and credentials are ok, but the pbx disconnects.
I don't know how the backup path needs to be formatted.
If I set it as ./sftp/3CX or /sftp/3CX, I get a Permission Denied error.
If I set it as .\sftp\3CX or \sftp\3CX, I get a No Such File error.
Has anyone encountered this before?
3CX version is Version 20.0 Update 9 (Build 995 Release - AI 1.4.48) - Self hosted
I'm trying to configure remote storage with SFTP.
In the logs of our SFTP server, I see this:
Jul 09 15:12:15 EBOSLBE1-SFTP01 sshd[38449]: Accepted password for sftp-user from 10.x.x.x port 43898 ssh2
Jul 09 15:12:15 EBOSLBE1-SFTP01 sshd[38449]: pam_unix(sshd:session): session opened for user sftp-user by (uid=0)
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Created slice User Slice of sftp-user.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Starting User Manager for UID 1001...
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: pam_unix(systemd-user:session): session opened for user sftp-user by (uid=0)
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Started Session 274966 of user sftp-user.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd-logind[960]: New session 274966 of user sftp-user.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Paths.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG network certificate management daemon.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Timers.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Sockets.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Basic System.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[1]: Started User Manager for UID 1001.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Reached target Default.
Jul 09 15:12:15 EBOSLBE1-SFTP01 systemd[38452]: Startup finished in 33ms.
Jul 09 15:12:16 EBOSLBE1-SFTP01 sshd[38526]: Received disconnect from 10.x.x.x port 43898:11: Connection terminated by the client.
Jul 09 15:12:16 EBOSLBE1-SFTP01 sshd[38526]: Disconnected from user sftp-user 10.x.x.x port 43898
Jul 09 15:12:16 EBOSLBE1-SFTP01 sshd[38449]: pam_unix(sshd:session): session closed for user sftp-user
So the connection works and credentials are ok, but the pbx disconnects.
I don't know how the backup path needs to be formatted.
If I set it as ./sftp/3CX or /sftp/3CX, I get a Permission Denied error.
If I set it as .\sftp\3CX or \sftp\3CX, I get a No Such File error.
Has anyone encountered this before?
3CX version is Version 20.0 Update 9 (Build 995 Release - AI 1.4.48) - Self hosted
