SSH and SFTP Timeout

hey all,

the following config in sshd_config has been stalling on me.

Subsystem sftp internal-sftp

Match group www
    ChrootDirectory %h
    X11Forwarding no
    AllowTcpForwarding no
    ForceCommand internal-sftp

and one mount in /etc/fstab

/srv/www/domain.com /home/user/domain.com none bind

when logged in via sftp if a user tries to download anything larger than a single file the connection times out, and no user can connect (sftp or ssh, root user included).

i'm not even sure where to start debugging this, so any help would be appreciated.

1 Reply

This wouldn't happen to be an NFS mount would it?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct