2013/9/30 Paul Slootman
> Well, the "secrets" parameter is listed under "MODULE PARAMETERS" in the
> rsyncd.conf manpage(*), so that should be fine.
>
> (*) in the 3.0.9 version at least, only just noticed 3.1.0 being out
>
> Paul
>
yes that made it : looks like it's possible to redefine paramet
On Mon 30 Sep 2013, thomas veymont wrote:
>
> ie. any modules declared in mymodules1/ will use users/passwords in
> secret1.inc whereas mymodules2/ modules will use secret2.inc.
>
> is it the right way to implement this ?
Well, the "secrets" parameter is listed under "MODULE PARAMETERS" in the
r
hi all,
using rsync 3.1, I need to use distinct secrets file according
to what modules are being "authenticated". This seems to work :
(...)
secrets file = /etc/rsyncd/secrets1.inc
&include = /etc/rsyncd/mymodules1/
secrets file = /etc/rsyncd/secrets2.inc
&include = /etc
On Mon, Nov 12, 2007 at 05:17:01PM +0100, Marco Strullato wrote:
> [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section
> opening connection using ssh -l marco server rsync --server --sender -vv .
This is incongruous. The first line has 2-colons (for daemon mode), but
the connect line is con
On Monday 12 November 2007 18:17, Marco Strullato wrote:
> [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section
> opening connection using ssh -l marco server rsync --server --sender -vv .
Is appears to be a client issue - where does it pick up the -e ssh from? Check
for aliases in your she
Hi all!
I have a problem configuring rsync as daemon:
This is my rsync.conf:
log file = /var/log/rsync.log
list = yes
uid = nobody
gid = nobody
secrets file = /etc/rsyncd.secrets
[section]
comment = Great stuff from remote.acme.com
path = /home/repos
auth users = marco
hosts allow = *
hosts deny
On Wed, Aug 23, 2006 at 02:09:48PM -0400, Matt McCutchen wrote:
> See the "secrets file" section in the man page rsyncd.conf(5).
thanks for the help. the secrets file was easier than I thought. I
assumed it would need a crypted password or an checksum.
It was all plain te
See the "secrets file" section in the man page rsyncd.conf(5).
Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
On 8/22/06, David Bear <[EMAIL PROTECTED]> wrote:
I am looking for documentation on creating the secrets file. man -k rsync on
my system doesn't have any reference to how to create a secrets file. Also,
rsync.samba.org didn't seem to have documentation either. Any pointers?
I am looking for documentation on creating the secrets file. man -k rsync on
my system doesn't have any reference to how to create a secrets file. Also,
rsync.samba.org didn't seem to have documentation either. Any pointers?
--
--
David Bear
College of Public Programs at Arizona State
Hi Wayne
There should be warnings in the log file about "auth user" being an
unknown parameter every time someone connects to the rsync daemon (in
addition to when it starts), so please do check the log file when
diagnosing daemon problems.
Thanks how could i not see it. I did look in the log fi
On Fri, Mar 31, 2006 at 02:42:19PM +0200, Dennis Duggen wrote:
> auth user = dennis,test
The option is "auth users", so adding an 's' should get you going.
(You don't even need to restart the daemon if it's already running.)
There should be warnings in the log file about "auth user" being
gid = root
auth user = dennis,test
secrets file = /etc/rsyncd.scrt
rsyncd.scrt
===
dennis:pass
test:tester
commandline to sync
===
rsync -r -v --progress --stats -o -g -p -t
rsync://professor/gentoo-portage .
Why is rsync never prompting for a password?
For
On Tue, Aug 26, 2003 at 12:04:53PM -0400, Hardy Merrill wrote:
> Martin Pool [EMAIL PROTECTED] wrote:
> > On Mon, 25 Aug 2003 12:49:36 -0400
> > Hardy Merrill <[EMAIL PROTECTED]> wrote:
> >
> > > IMHO, it would enhance user understanding to provide a
> > > concrete EXAMPLE of this. Also, it would
e client specifying these patterns
with the --include option because it applies only on the server\&.
This is useful as it
allows you to build up quite complex exclude/include rules\&. Only one
"include" option may be specified, but you can use "+" and "-&q
Martin Pool [EMAIL PROTECTED] wrote:
> On Mon, 25 Aug 2003 12:49:36 -0400
> Hardy Merrill <[EMAIL PROTECTED]> wrote:
>
> > IMHO, it would enhance user understanding to provide a
> > concrete EXAMPLE of this. Also, it would help in
> > 'man rsyncd.conf' not only to see an example of an
> > rsyncd.
On Mon, 25 Aug 2003 12:49:36 -0400
Hardy Merrill <[EMAIL PROTECTED]> wrote:
> rsync -avv [EMAIL PROTECTED]::test-secret/one_secret
> /tmp/rsync_test_secret
Yes, that's better.
> Although 'man rsync' does "technically" describe this
> in the CONNECTING TO AN RSYNC SERVER OVER A REMOTE SHELL
>
After seeing another question answered today on the
same 'rsyncd.secrets' topic, I solved my problem -
I had more than one:
1. in the /etc/rsyncd.conf file, I specified
secrets file = /etc/rsync.secrets
when the proper file was 'rsyncd.secrets'
2. the one and
I'm trying to understand how to properly setup the
/etc/rsyncd.conf file to run an rsync daemon with a
secrets file specified in a module - the rsync.conf
manpage does not spell it out clearly enough.
Rsync server is rsync-2.5.6.
If this is my /etc/rsyncd.conf
Hi. (once more)
After setting up rsync as daemon, i would like to point out 2 problems
I have a single user name in my secrets file, and if i do not provide an
empty line after that username, rsync won't authenticate the user for me.
only if i put a blank line after the username. This
Actual usernames are irrelevant going to an rsyncd (case where secrets
file would come into play), as the user is defined in the "auth users"
line for the module. Since the "secrets file" line is also per-module,
there's no reason you can't define each module w
I am planning on rsyncing between 3 different computers that all have the
same username, but different passwords. Is there a way to specify which
user from which host belongs to which password? Or do I have to use
different users between the 3 boxes?
Thanks for the help,
Mike
--
To unsubsc
22 matches
Mail list logo