Displaying 20 results from an estimated 2000 matches similar to: "SFTP Logging"
2001 Jun 20
1
SFTP Logging Redux.
Sorry to repost, but I finally have the code on a machine that has
diff -u, and I've updated it for 2.9p2. Attached is the unified
diff to add logging of SFTP activity to auth.info.
If there is a more proper way to contrib patches, please let me
know.
Cheers,
Jason
# "Jason A. Dour" <jason at dour.org> http://dour.org/
# Founder / Executive Producer - PJ
2002 Mar 15
4
PATCH: sftp-server logging.
This is another take on logging for sftp-server. Given the number
of private email requests I've received for this patch, I assume
there is signifigant enough interest to request it be reviewed for
inclusion into the release.
The patch is against 3.1p1, and is completely disabled by default.
To enable logging, one must use compile time directives
(-DSFTP_LOGGING). This was done due to prior
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
Hello again,
In my constant recompiles of 2.9p1 and 2.9p2, I've noticed that
upgrading a current installation with a test compile leads to tons
of files being updated even when they don't need to be.
The attached patch for Makefile.in splits the install-files target
into a bunch of serparate targets: install-dirs, install-prog,
install-man, install-conf, which are then all called in
2010 Aug 22
3
rexec error - where are you
Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but
its actual name) command
it works.
Any ideas would be very appreciated.
- aurf
2010 Jan 21
5
Inheritance versus inclusion
Does anyone have a good resource for describing the differences
between including and inheriting classes?
VR
-pjh
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more
2010 Mar 24
3
DO NOT REPLY [Bug 7289] New: --link-dest seen as unknown option
https://bugzilla.samba.org/show_bug.cgi?id=7289
Summary: --link-dest seen as unknown option
Product: rsync
Version: 3.0.7
Platform: x64
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: pjh at lowell.edu
2010 Sep 17
3
ZFS Dataset lost structure
After a crash, in my zpool tree, some dataset report this we i do a ls -la:
brwxrwxrwx 2 777 root 0, 0 Oct 18 2009 mail-cts
also if i set
zfs set mountpoint=legacy dataset
and then i mount the dataset to other location
before the directory tree was only :
dataset
- vdisk.raw
The file was a backing device of a Xen VM, but i cannot access the directory structure of this dataset.
However i
2018 Dec 01
3
Cannot log into Samba4 AD/DC with ssh as domain user
>From either a Linux or Mac domain member, I have tried logging into the Samba4 AD server as a
domain user:
labmac:~ mark$ ssh mark at mail pwd
mark at mail's password:
Permission denied, please try again.
where 'mail' is the AD/DC.
It also fails if I am on the AD/DC an try the same ssh.
I've tried setting either the GSSAPIAuthentication or KerberosAuthentication in
2003 Oct 31
1
rsync & rcp
On 30 Oct 2003, aslan@io.com wrote:
>
> I was hoping that since you guys are the authors to rsync that
> you could answer a simple question for me.
>
> I'm trying to transfer files via the rsh/rexec protocol by
> remotely executing a cat command, i.e. "cat > foo.txt"
> and then sending data through the socket to the stdin of the remote
> process. This all
2004 Aug 20
1
Fw: winbind, active directory and solaris 8
I sent this the other day, but did not get any replies, can anyone help?
Hi All,
I have a sparc solaris 8 server running samba 2.2.11 (which i complied with
winbind).
The server has been running for years and has about 20 local users setup
using local files for openssh and rexec logins, and samba shares.
They each use samba to map to their home directory and a common shared
folder.
They also
2008 Aug 14
5
help with my sloppy syntax
R-ians:
After some effort I coerced my code to do what I want but my syntax is a
kludge. Suggestions on more elegant syntax?
par <- NIM.results$par
do.call("Draw.NIM.POD.curve", list(par[1], par[2], par[3], par[4],
par[5], a.hat.decision, .... et cetera ...
It seems that I should be able to avoid defining the variable "par" and then
specifying each of its elements,
2005 Nov 09
2
KerberosGetAFSToken drives me crazy
hi,
every time i enable the option "KerberosGetAFSToken yes" on a computer where
the afs-client works fine i get a (/var/log/)message(s) like this:
"sshd[1136]: rexec line 70: Unsupported option KerberosGetAFSToken". no one
get a afs-token via ssh-login. i found this in sshd in suse9.3, suse 10.0
and fedora core 4 but i does not found any informations if this is an error
or
2006 Feb 02
2
rsh/rlogin on CentOS4.2
Hello all,
I'm not quite sure what has changed in the recent rsh commands, but I
can't seem to get around the password promting. I need a clnk rsh between
two machines in order to run my backup script.
I added all the usual .rhosts with the proper permissions et al added the
xinetd.d confilg files, opened ports 543 and 544 in my firewall, yet when
I use the rsh commands, I get either a
2011 Feb 15
2
[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll
virtnet_poll is called from soft IRQ and it tries to allocate GFP_ATOMIC
memory (through try_fill_recv). This allocation can fail and we are
falling back to schedule_delayed_work in that case.
Let's add __GFP_NOWARN to the allocation flags to get rid of the
allocator complains for failed allocations:
[22798.508903] The following is only an harmless informational message.
[22798.508909]
2011 Feb 15
2
[PATCH] virtio: use __GFP_NOWARN for try_fill_recv in virtnet_poll
virtnet_poll is called from soft IRQ and it tries to allocate GFP_ATOMIC
memory (through try_fill_recv). This allocation can fail and we are
falling back to schedule_delayed_work in that case.
Let's add __GFP_NOWARN to the allocation flags to get rid of the
allocator complains for failed allocations:
[22798.508903] The following is only an harmless informational message.
[22798.508909]
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 11:08 AM, Darr247 <darr247 at gmail.com> wrote:
>
>
>> I have some software that says it requires JRE 8.1 or higher.
>
> That's very odd, since technically JRE 8 is java 1.8 (and JRE 7 is/was 1.7;
> JRE 6 was 1.6, et cetera).
>
>> If I go to
> http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-21331
> 55.html
2005 Jun 20
2
Data Parsing
Hello. I have looked at R Site Search for this problem, and it didn't
give me exactly what I needed.
Consider this dataset called "results". It has the following information:
Student Day Subject Score
Mary 1 Math Failed
David 2 Science Passed
Bob 4 Reading Passed
Marie 4
2013 Jul 11
2
listner reports
i am trying to see listener count and prepare report but it would be nice
if there is some default log for generating listener graph.
thanks for thoughts.
With Best
-Ashwin.
+91-9959166266
On Thu, Jul 11, 2013 at 3:22 PM, Yahav Shasha <yahav.shasha at gmail.com>wrote:
> Better alternative to parsing the log files would be using the url auth
> mechanism and "listener_add"
2013 Oct 14
0
[PATCH-resend] Implement SSH2_FXF_APPEND
Hi,
I submitted this a few weeks ago but here it is again since I got no
response. If there is somewhere else I should send this, please tell
me.
This patch implements SSH2_FXF_APPEND in the sftp server. It is a
fairly trivial patch and applies against the proper OpenSSH and the
Portable edition. I would argue that it is important for OpenSSH to
implement SSH2_FXF_APPEND since it is in the
2006 Dec 04
4
[LLVMdev] combined arm patch
On 12/2/06, Jim Laskey <jlaskey at apple.com> wrote:
> Rafael,
>
> Please bracket portions of your changes that involve modification of
> C/C++ source code. For cases of modifying configuration scripts and
> make files, use your best judgement. Obviously having the brackets
> emitted in generated code is problematic (line numbers et cetera), so
> don't bother in