Displaying 4 results from an estimated 4 matches for "monin".
Did you mean:
moin
2012 Feb 12
4
[Bug 1979] New: Enhancement patch: Restrict sftp-server to basic commands, by user or group
https://bugzilla.mindrot.org/show_bug.cgi?id=1979
Bug #: 1979
Summary: Enhancement patch: Restrict sftp-server to basic
commands, by user or group
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
2002 Jun 12
2
uninterruptible sleep with rsync 2.5.4
...havior of rsync when a file is removed while it reads it ?
What's the behavior of rsync when a file is modified while it reads it ?
I didn't try with latest rsync version yet and still have difficulties
to reproduce this issue but i would like to have your opinion about
that.
--
Laurent MONIN
Syst?mes & R?seaux
Metaconcept Sarl
http://www.metaconcept.com
2005 Feb 17
1
SFTP batch mode patch
Hi,
We do a lot of automated file transfers with SFTP, and found this small
patch very helpful. The main effect is to tell the underlying SSH client
that it's operating in batch mode. Patch is against 3.9p1.
Thanks,
Jeremy Monin
Sysadmin and open-source developer
diff -ur openssh-3.9p1-orig\sftp.c openssh-3.9p1\sftp.c
--- openssh-3.9p1-orig\sftp.c Sat Jul 17 02:12:08 2004
+++ openssh-3.9p1\sftp.c Thu Oct 14 11:39:40 2004
@@ -1420,6 +1420,7 @@
fatal("%s (%s).", strerror(errno), optarg);
showprogress = 0;...
2012 Feb 09
1
Restrict commands available in an SFTP session
Hello,
i am using SFTP with CHROOT. I want to allow my users that they can upload
and download with the sftp server, but they should never do an MKDIR!
Is it possible to restrict commands and how can i do this?
i only found material of modifing the source...and that is not the best way for
me.
regards
Sonja Meyer
sonne_meyer at yahoo.de