Giter Club home page Giter Club logo

Comments (4)

kwilcox avatar kwilcox commented on August 21, 2024

Can you post your docker run command?

from rsync-server.

louisdj avatar louisdj commented on August 21, 2024

@kwilcox

   docker run -d --name=rsync \
       --restart unless-stopped \
       -v /volume1/intprdjava01_backup:/sqldump \
       -v /volume1/docker/Javadoc:/javadoc \
       -e USERNAME=admin \
       -e PASSWORD=mysecret \
       -e VOLUME=/myvolume \
       -v /volume1/intprdjava01_backup/ssh-vol:/root/.ssh/ \
       -p 9000:22 \
       axiom/rsync-server

from rsync-server.

kwilcox avatar kwilcox commented on August 21, 2024

Are you mounting /volume1/intprdjava01_backup twice on purpose? Once to /sqldump and then the subdirectory ssh-vol to /root/.ssh? Seems funky. You could make the later read-only with :ro and it would feel less funky to me. 🤷

What is the contents of /volume1/intprdjava01_backup/ssh-vol? This works for me if I have a folder called authorized_keys inside of it that has the correct permissions (0600).

from rsync-server.

louisdj avatar louisdj commented on August 21, 2024

Hi

The issue is fixed; there was something wrong with the authorized_keys file, where an 's' was missing in 'ssh' at the begin of a key...

from rsync-server.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.