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

Timeouts when connecting #405

Open
bcerati opened this issue Mar 12, 2024 · 1 comment
Open

Timeouts when connecting #405

bcerati opened this issue Mar 12, 2024 · 1 comment

Comments

@bcerati
Copy link

bcerati commented Mar 12, 2024

Hello,

I am using this image to manage the sftp of our clients.

We have multiple clients connecting at the same time (with different user accounts) and sometimes we have timeouts.

Our docker-compose configuration is pretty simple :

version: '3.8'

services: 
  sftp:
    image: atmoz/sftp
    volumes:
      - ./sftp/client_a:/home/client_a
      - ./sftp/client_b:/home/client_b
      - ./users.conf:/etc/sftp/users.conf:ro
    ulimits:
      nofile:
        soft: "1024"
        hard: "1024"
    ports:
      - "2222:22"

Do you have any idea of what happens ? And how I can change that?

Thank you.

@kimnilsson
Copy link

Could it be your ulimits being set too low?

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

2 participants