-
This bug is to point out that rssh doesn't play well with rsync 3.0, due to a brain-dead decision by the rsync maintainers to reuse the -e option to rsync. A patch and related discussion is available here: http://sourceforge.net/mailarchive/forum.php?thread_name=alpine.LRH.1.00.0801231048440.31934%40thor.webcon.net&forum_name=rssh-discuss
It would be great to see this patch reworked as need.
2009-10-16 21:55:52 UTC by nobody
-
Hi,
I found the issue, it was missing the
mknod -m 666 /dev/null c 1 3 command
and also some libs
giu.
2009-06-17 17:32:43 UTC by nobody
-
Hi,
just one more info, both
/usr/libexec/openssh/sftp-server and /FTPRepository/usr/libexec/openssh/sftp-server
exist in the file system.
Let me know
Thanks
giu.
2009-06-16 13:11:58 UTC by nobody
-
Hi,
I installed the rssh rpm package on my machine using RH5 as OS.
I also:
- run the mkchroot.sh script
- set /FTPRepository as chroot and allowsftp in /etc/rssh.conf
- added a new user having /usr/bin/rssh as shell and /FTPRepository/users/ as home directory
- set the syslog conf
When I try to connect to the machine using sftp I got a 'connection closed'...
2009-06-16 11:25:05 UTC by giuliano6
-
The openSUSE Build System told me that my patch was not enough - sure, it works for root only :-( So I extended the patch, since scp was not found on some SUSE variants. The new patch is attached, the old one is deleted.
--- ./configure 2008-11-23 17:17:59.000000000 +0100
+++ ../rssh-orig/configure 2006-01-07 03:24:58.000000000 +0100
@@ -4984,10 +4984,6 @@
fi...
2008-11-23 16:46:32 UTC by wernerflamme
-
ahem - maybe this is mentioned in bug 1384981? DESTDIR may be the thing that is missing here...
2008-11-23 11:33:19 UTC by wernerflamme
-
Hi, I did a "rpm -ivh rssh-2.3.2-1.src.rpm", cd'd into /usr/src/packages (openSUSE 11.0 x86_64) and tried a simple "rpmbuild -bb SPECS/rssh.spec". It ends with
+ cd /usr/src/packages/BUILD
+ cd rssh-2.3.2
+ /bin/rm -rf /tmp/rssh-2.3.2-buildroot
+ make DESTDIR=/tmp/rssh-2.3.2-buildroot install
make[1]: Entering directory `/usr/src/packages/BUILD/rssh-2.3.2'
test -z "/usr/bin" || mkdir -p...
2008-11-23 11:30:47 UTC by wernerflamme
-
Hi, I am using x86_64 arch and so configure does not find my sftp-server binary. Why? Because it searches in /usr/lib/, not in /usr/lib64/.
I createtd a patch to have configure look at the very place where the info about the locaton of sftp-server is stored - in /etc/ssh/sshd_config.
The patch should work on all systems where grep and awk are found in the PATH and that have installed the...
2008-11-23 11:21:25 UTC by wernerflamme
-
hi,
i'm using BackupPC as backuping software, and i want restrict access using rssh. I'm using 'tar' method to backup. My backup computer connect throw SSH to client, run tar of some directory and read output from stdout.
It's possible to implement 'tar' allowing?
Thanks.
2006-11-20 12:50:52 UTC by onovy
-
This patch allows modifying the default behaviour of
chdirring into a user's homedir. Through a chdirpath
configuration option, a fixed directory can be set
where users will be chdirr'ed.
This patch is against rssh-2.3.2.
2006-09-24 11:46:18 UTC by bigfoot_hunter