Displaying 20 results from an estimated 7000 matches similar to: "[Bug 12576] New: popt aliases allow users to bypass sudo argument restrictions"
2017 Feb 12
0
[Bug 12576] popt aliases allow users to bypass sudo argument restrictions
https://bugzilla.samba.org/show_bug.cgi?id=12576
--- Comment #4 from Paul Donohue <samba-bugs at PaulSD.com> ---
That's an interesting solution, but it doesn't really work well for my use
case. I would like my users to be able to maintain their own SSH keys (this
solution would require me to manage users' SSH keys in
/root/.ssh/authorized_keys), and I don't particularly
2002 Apr 20
2
Patch: update popt/ to 1.5.1
This patch updates the files under popt/ to the latest vendor drop. The only
change is the inclusion of a FreeBSD-specific patch to popt.c. This is needed
in case somebody decides to build rsync on that platform without using the
port. I'm not happy about the wording in popt/README.rsync so I may change it.
The patch is available at
http://www.catnook.com/rsync-popt-1.5.1.patch
Comments
2008 Mar 14
2
DO NOT REPLY [Bug 5325] New: cannot find popt.h at compile time
https://bugzilla.samba.org/show_bug.cgi?id=5325
Summary: cannot find popt.h at compile time
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: shawn.t.rutledge@gmail.com
2002 Jul 12
2
Patch to update the included popt to 1.6.4
http://www.catnook.com/patches/rsync-popt-1.6.4.patch
has a patch which upgrades the popt included with rsync to the latest version,
1.6.4. The configure script had to be regenerated (with autoconf 2.53) because
popt.c wants HAVE_FLOAT_H. As an aside, I have heard people complain about
this version of autoconf generating scripts that break when run under bash (as
/bin/sh).
Comments?
--
Jos
2003 May 03
4
Update included popt to version 1.7
Perhaps now is a good time to commit this patch which updates the included
popt to version 1.7. This has been tested on FreeBSD and Solaris.
http://www.catnook.com/patches/rsync-popt-1.7.diff
Comments?
--
Jos Backus _/ _/_/_/ Sunnyvale, CA
_/ _/ _/
_/ _/_/_/
_/ _/ _/
2008 Jul 23
2
popt-devel necessary for 3.0.3?
Hi,
Im trying to install rsync 3.0.3 and looks like it needs the popt-devel
package. I did find in the net and im not fionding any for centos 4 and
5, anyone have an idea where i can find one?
Thank you!
2002 Jan 07
2
rsync-2.5.1 / popt patches
The following popt files need patches in order to compile using Compaq C
on OpenVMS. These patches should also be needed on a Tru64 or LINUX on
ALPHA using Compaq C. Except for the alloca issue, these should work on
any ANSI compliant compiler.
Operating System: OpenVMS ALPHA V7.3
Compiler: Compaq C T6.5
Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE)
SYSTEM.H is doing tests on
2010 Feb 02
5
Passwordless ssh
On Mac OS, in order to allow ssh using dsa keys, I would copy
~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the
target machine. I've created .ssh directories in my account home as
well as in /root and copied the respective keys to authorized_keys
files in each.
Strangely, I can now ssh as root with no password but my own user
account still prompts for a password. What
2014 Dec 03
1
Aw: Re: encrypted rsyncd - why was it never implemented?
On 12/03/2014 01:37:58 PM, Kevin Korb wrote:
> As far as a backup provider goes I wouldn't expect them to use rsync
> over SSL unless that were built into rsync in the future (and has
> been
> around long enough that most users would have it).
>
> I would expect them to either use rsync over ssh secured by rrsync or
> rsyncd over ssh with them managing the rsyncd.conf
2001 Aug 14
1
malloc() with out free() in popt (2.4.7pre)
I am still chasing this down, but in doing the build for OpenVMS,
I have discovered that one of the popt modules is using HAVE_ALLOCA_H
to determine if the alloca function is on a platform.
That is not a good assumption. Compaq C does have an alloca() built in
(slightly different symbol name, I assume because of symbol naming rules
in the C standard.)
Because alloca is a non-standard
2016 Feb 17
3
centos7 :: ks.cfg :: customisation of sshd
Hi! I want to change the sshd port at install for centos7 but i am not sure
if i am on the good track (and it is time expensive to make many try-outs)..
So, i would be grateful if someone with experience can spot if i have problems
with my planning.. (the actual purpose is that after installation i have access
for my ansible provisioning)
first make sure ssh is started
services
2003 May 05
1
rsync/popt/config.log in CVS - presumably an accidental "cvs add"
There is an rsync/popt/config.log in CVS - presumably an accidental "cvs
add".
Max.
2013 Oct 23
7
[Bug 2164] New: PermitRootLogin=without-password as default
https://bugzilla.mindrot.org/show_bug.cgi?id=2164
Bug ID: 2164
Summary: PermitRootLogin=without-password as default
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at
2005 Jan 12
1
read-only access without rsyncd?
Hi,
I've a setup where a special account (limited by the ssh-key) can
use rsync via ssh to make a backup of / (limited by sudo).
Obviously it needs read-access to everything. However, since he
can read everything, he could also easily _write_ everything.
Can I limit the rsync command on the server to read-only?
Thanks in advance
Martin
--
Martin Schr?der,
2011 Dec 27
3
securing rsync backup solutions?
For full system backup, rsync obviously needs to run as root on the
machine being backed up
For preservation of user/group/permissions info, rsync also typically
needs to be run as root on the machine storing the backup - although
there appear to be various ways to avoid this (e.g. using fakeroot -s,
or running rsync inside a Xen VM which only stores the backup of one host)
Can anyone comment on
2010 Apr 02
2
AuthorizedKeysFile with default value prevents Public/Private key authentication
Hi All,
I noticed that if I put:
AuthorizedKeysFile .ssh/authorized_keys in my sshd_config file,
pub/priv key authentication no longer worked.
I am using OpenSSH_5.4p1, OpenSSL 0.9.8n 24 Mar 2010
on Archlinux.
Sam
****************** Here is my WORKING config ******************
Port 22
ListenAddress 0.0.0.0
Protocol 2
PermitRootLogin no
PubkeyAuthentication yes
#AuthorizedKeysFile
2007 Apr 26
0
Patch to fix missing "popt.h" make error
Hi,
Frequently when compiling rsync, I get this error during the make process:
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c options.c -o options.o
options.c:24:18: popt.h: No such file or directory
make: *** [options.o] Error 1
This is easily fixed by changing line 24 of options.c from:
#include <popt.h>
to
#include "popt/popt.h"
Thanks!
--
Phil Hassey
VP, Product
2018 Oct 18
1
Security issues when rsyncing directories as root
Hi,
I am using rsync to keep two directores on two servers in sync. Machine
A, the "client" is the one where the rsync process is invoked, which
then logs into Machine B, the "server" as root with ssh and a key. The
key is restricted in /root/.ssh/authorized_keys to a script that checks
wither $SSH_ORIGINAL_COMMAND matches the rsync --server command that I
expect, such as, for
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
When I compile on Solaris * I get the foillowing errors:
bash-2.03# gmake
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o
generator.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o
receiver.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o
cleanup.o
gcc
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
Hi:
After compiling rsync2.5.6 using on SVR4 on Intel HW, Please help
# ./rsync --version
rsync: --version: unknown option
rsync error: syntax or usage error (code 1) at main.c(994)
# ./rsync --help
Segmentation Fault - core dumped
Here is log of compilation.
Script started on Sat Jun 21 05:56:15 2003
# make
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o
NCR High