Jump to content

IcedMilo

Member
  • Posts

    4
  • Joined

  • Last visited

Awards

This user doesn't have any awards

IcedMilo's Achievements

  1. @Eigenvektor that fixed it, thank you so much! assuming I have similar issues in the future, would a somewhat foolproof method to set the permissions to be owned by root, and then work on it from there?
  2. auth.log shows this: fatal: bad ownership or modes for chroot directory component "/mnt/secondary/" it does seem like a permissions issue, though I'm not very sure as to how to fix it.
  3. forgive me if this is the wrong place, somewhat of a newcomer here. I have a secondary PC acting as a server on Ubuntu 18.04 LTS. On it is a pi-hole, VPN, Plex, and a SFTP server. the pi-hole, VPN and Plex are working fine. the SFTP server is the problem. on this SFTP server, I have 3 users, all of which can only access specific folders which I assigned them. These folders are all on the primary drive, and all 3 of them works fine. I have a secondary drive, which is mounted at /mnt/secondary. When I try to setup a SFTP server which can only access a folder within the secondary drive, Filezilla throws me a "software caused connection abort" error. Full Filezilla log below. Status: Connecting to server.xyz:526... Response: fzSftp started, protocol_version=9 Command: open "test@server.xyz" 526 Command: Pass: **** Error: FATAL ERROR: Network error: Software caused connection abort Error: Could not connect to server Status: Waiting to retry... Trace: CControlSocket::SendNextCommand() Trace: CSftpConnectOpData::Send() in state 0 Status: Connecting to server.xyz:526... Trace: Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe Response: fzSftp started, protocol_version=9 Trace: CSftpConnectOpData::ParseResponse() in state 0 Trace: CControlSocket::SendNextCommand() Trace: CSftpConnectOpData::Send() in state 3 Command: open "test@server.xyz" 526 Trace: Looking up host "server.xyz" for SSH connection Trace: Connecting to 192.168.0.3 port 526 Trace: We claim version: SSH-2.0-FileZilla_3.47.2.1 Trace: Remote version: SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.3 Trace: Using SSH protocol version 2 Trace: Doing ECDH key exchange with curve Curve25519 and hash SHA-256 (SHA-NI accelerated) Trace: Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them Trace: Host key fingerprint is: Trace: ssh-ed25519 255 b2:62:72:5a:22:9e:37:ab:75:51:03:f7:56:a9:4c:86 K7oLTDk7OZANh0RGQRvKEJNVdwbPBdn3KS1LpZW1wv8= Trace: Initialised AES-256 SDCTR (AES-NI accelerated) outbound encryption Trace: Initialised HMAC-SHA-256 (SHA-NI accelerated) outbound MAC algorithm Trace: Initialised AES-256 SDCTR (AES-NI accelerated) inbound encryption Trace: Initialised HMAC-SHA-256 (SHA-NI accelerated) inbound MAC algorithm Command: Pass: **** Trace: Sent password Trace: Access granted Trace: Opening main session channel Trace: Network error: Software caused connection abort Error: FATAL ERROR: Network error: Software caused connection abort Trace: CSftpControlSocket::OnTerminate without error Trace: CControlSocket::DoClose(66) Trace: CControlSocket::ResetOperation(66) Trace: CSftpConnectOpData::Reset(66) in state 3 Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(66) Status: Waiting to retry... Trace: CControlSocket::DoClose(66) Trace: CControlSocket::ResetOperation(66) Trace: CFileZillaEnginePrivate::ResetOperation(66) Trace: CControlSocket::DoClose(66) Trace: CControlSocket::ResetOperation(66) Trace: CFileZillaEnginePrivate::ResetOperation(66) Trace: CFileZillaEnginePrivate::ContinueConnect called without pending Command::connect Trace: CFileZillaEnginePrivate::ResetOperation(130) Trace: CFileZillaEnginePrivate::ResetOperation(130) Would appreciate any form of help, thank you!
×