similar to: rsync failures through ssh tunnels

Displaying 20 results from an estimated 400 matches similar to: "rsync failures through ssh tunnels"

2006 Mar 23
1
error in protocol stream
I am trying to use the syntax: rsync -av -e "ssh -l ssh-user" rsync-user@host::module /dest found at http://rsync.samba.org/ftp/rsync/rsync.html but am getting the following: rsync -av -e "ssh -l sshuser" rhost.asu.edu::home uc-sirc1/home/ rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at
2003 Apr 12
1
rsync over ssh question
Hello, I'm trying to make rsync work over ssh. I've read several possibilities how to do this, but I haven't succeeded so far. Here's what I want to accomplish : Internet server <==== SSH Tunnel over the Internet ==> Firewall <-----rsync ----> Backup server (rsync & SSH client) (SSH server) (rsync daemon) In plain text : - I want
2000 Aug 18
0
[PATCH] Support symlinks in scp of openssh 2
I'm fond of the "-a" (archive) option of cp, and I'm a heavy user of scp, so I guess it's inevitable that I would eventually add support for "-a" to scp. :-) Actually, it's a "-L" flag for preserving symlinks, and a "-a" flag that is shorthand for "-Lpr". Please let me know if I'm not doing this right.... I made a great
2014 Sep 09
6
[Bug 2273] New: The group of the tunnel device needs to match with the group of the connecting ssh user
https://bugzilla.mindrot.org/show_bug.cgi?id=2273 Bug ID: 2273 Summary: The group of the tunnel device needs to match with the group of the connecting ssh user Product: Portable OpenSSH Version: 6.6p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5
2014 Sep 09
9
[Bug 2272] New: Global "PermitTunnel Yes" required to connect to a tunnel
https://bugzilla.mindrot.org/show_bug.cgi?id=2272 Bug ID: 2272 Summary: Global "PermitTunnel Yes" required to connect to a tunnel Product: Portable OpenSSH Version: 6.6p1 Hardware: amd64 OS: Linux Status: NEW Severity: major Priority: P5 Component: sshd
2013 Jul 02
1
wildcards and nested files
I'm trying to use wildcards and nested files and I think there must be a better way than what I'm doing. If I want to copy only these two directories: /etc /home/*/.maildir Is this the best way to do it: rsync -arzv --delete-excluded --files-from 'files-from.txt' --include-from 'include-from.txt' --exclude-from 'exclude-from.txt' / rsyncuser at hostname:
2019 Sep 23
0
Dovecot UIDs and POP.
> On 23 Sep 2019, at 8.20, Plutocrat via dovecot <dovecot at dovecot.org> wrote: > > The command I used was > doveadm sync -u test at domain.com ssh -i id_rsa -o "StrictHostKeyChecking=no" admin at 100.110.120.130 > > I tried a few options to tell it where to put the mail, but dovecot on the target server didn't seem to know where each account was located.
2009 Mar 02
31
Using Augeas type to update sshd_config's AllowGroups
Hey gang, I seem to be having a brain disconnect on how to get the Augeas type to manage things that have multiple values (i.e. an Augeas tree) via Puppet. If I run this in augtool: augtool> set /files/etc/ssh/sshd_config/AllowGroups/1000 sshuser augtool> save I see this in /etc/ssh/sshd_config: AllowGroups sshuser However, if I try this in an Augeas type: augeas {
2006 Dec 21
1
DO NOT REPLY [Bug 4303] New: pre-xfer exec prevents output redirection of invoked commands
https://bugzilla.samba.org/show_bug.cgi?id=4303 Summary: pre-xfer exec prevents output redirection of invoked commands Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2007 Nov 15
1
Problem with --exclude command
Hi everybody, i want to exclude a set of directories of a rsync synchronization but i have a problem : ------------------------------------------- serv-dev:~/scripts_Admin# RSYNC_PASSWORD=xxxx /usr/bin/rsync -vv --checksum --recursive --links --exclude .svn/ --exclude test/ /var/www/ssl/ rsuser@192.168.130.1::ssl/ opening tcp connection to 192.168.130.1 port 873 opening connection using --server
2006 Mar 06
1
using -e syntax and remote rsnyc server
I have setup rsync to run as a deamon exporting one module named home. when I attempt to use the rsync syntax specified on http://samba.anu.edu.au/ftp/rsync/rsync.html as follows: rsync -av -e "ssh -l ssh-user" rsync-user@host::module /dest I get a message from ssh, "bad escape character 'ssh -l username'". This is an ssh error message, but I am not putting any
2006 Dec 15
4
_exit_cleanup(code=12, file=token.c, line=419): about to call exit(12)
Hy all, I'm a new rsync user and my english may be poor. I try to sync two folders between two machines using ssh and 2.6.9 rsync version on each. My purpose is to sync only files called "*.lic" in each subfolders. On the source machine I want to sync : /home/dps3/public/Lic/Lic /home/dps3/public/Lic/Lic2 /home/dps3/public/Lic/Lic3 to /home/dps3/public/Lic/Lic9 On each
2002 Mar 23
3
Rsync permissions...
I am transferring some files from a RH7.0 machine to a RH7.2 machine as root with a cron job, using the following: rsync -avt /home homeserver::home rsync -avt /etc homeserver::etc Some of the files transfer OK, but I get: building file list ... done failed to set permissions on home : Operation not permitted home/brad/ home/ftp/bin/ home/ftp/etc/ home/ftp/pub/ home/rsyncuser/ failed to set
2005 Jul 18
2
RSync and SSH problems
Hey all, First off, I'm new to cygwin, rsync, and actually even ssh. I've used ssh clients many times, but server side I'm a bit of a noob. Anyway, here's my problem... I set up a brand spankin new Windows XP box with only two apps installed: copSSH and rsync. I need to tie down all security as tight as possible. From what I've seen/read, it seems to me the only port I need
2020 May 20
1
Re: dsync “destination” argument
> On May 20, 2020, at 10:46 AM, Sami Ketola <sami.ketola at dovecot.fi> wrote: > >> On 16. May 2020, at 3.46, Felipe Gasper <felipe at felipegasper.com> wrote: >> >> Hello, >> >> Some code that I didn?t write but am maintaining passes a local script?s path as dsync?s ?destination? argument, like so: >> >> dsync -D -u john -v backup
2010 Jul 16
5
2.6.0rc3 ssh_authorized_users/parsed.rb
Hi all, Full path: /usr/lib/ruby/site_ruby/1.8/puppet/provider/ssh_authorized_key/parsed.rb Two problems: 1) Even if filebucketing is disabled, this (still) tries to backup authorized_keys to /var/lib/puppet/clientbucket/[...]; no other modules are doing filebucketing when it''s disabled but they (correctly) do when it is enabled. 2) The filebucketing is (still) being done with euid set
2006 Nov 02
1
Using perl-Net-SSH-Perl with pubkey authentication under CGI.
Guys, I wonder if anyone can give me any pointers here, I hope it's CentOS related enough not to be too off topic, if it is then apologies. I'm attempting to setup a CGI which can connect to a remote system and execute a command. On the 'client', for the Apache user 'apache' I've given it a shell and generated a key-pair. I've configured Keychain [
2007 Nov 02
1
[Patch, enh] Permit host and IP addresses in (Allow|Deny)Groups
Hi, I ran across a case in which my server maintenance was simplified by using SSHD configuration options like this in sshd_config: AllowGroups admin at 192.168.0.* sshuser in much the same fashion as (Allow|Deny)Users. In this case, the goal is to provide access to administrators only from the local network, while allowing SSH users to login from anywhere. This (IMHO) simplifies access
2010 Nov 01
1
Ubuntu Server can't see XP desktop share
Try as I might I can't get fstab has this in it... //Q660/sback /mnt/sback smbfs iocharset=utf8,credentials=/home/rsyncuser/.smbcredentials,dirmode=0775,gid=0 0 0 smbtree returns this... BANANA \\THECOMPUTER \\Q660 // A Windoze XP Home desktop machine \\Q660\Root
2014 Jan 07
1
Selective --delete
I have two servers which I will refer to as a LIVE and DEV servers. On the LIVE server, I have a script that executes the following rsync command: rsync --links --verbose --progress --archive \ --exclude="=imagebase=" --exclude="events" \ --delete \ rsync://rsyncuser at DEV.domain.com/path/on/DEV /path/on/LIVE/ My issue is with the --delete part. While I want the