Displaying 20 results from an estimated 4000 matches similar to: "openssh logging of remote commands in syslog"
2001 May 25
3
Problem with OpenSSH with UseLogin.. AGAIN!!!
Hello,
By the 26th of May I will have been waiting for response for 17 days.
I have posted this mail at 9 May 2001 20:38:58 and still this bug is not
fixed and AFAIK no one have answered to this mail. I have to ask: why? ;-)
---------- My OLD message ----------
Hello,
I have just discoverd that ssh -T does not work with servers which have
UseLogin option enabled. This happends becouse
2001 Mar 07
2
F-secure v1 client has trouble connecting to openssh-2.5.1p1
I'm observing that mac clients using F-Secure ssh v1 client log into the
ssh server, and then the client just hangs with nothing on the screen.
In the SYSLOG file, I see this:
Accepted password for user from host port whatever
Packet integrity error (62 != 58) at session.c:350
Disconnecting: Packet integrity error. (34)
This is sshd running on IRIX 6.5.3f
2001 Mar 06
3
suggestion: saving old binaries during installation
Just as a suggestion, I liked the way the ssh.com's ssh would move the
old binaries to filename.old then install the new ones....so that way
you have an old copy to revert back to if needed (without copying them
all by hand).
2015 Mar 27
1
Channel Device virConnectListAllNodeDevices
Hello,
I've added a Channel Device through virt-manager GUI. virsh dumpxml shows
the device as.
<channel type='unix'>
<source mode='bind'
path='/var/lib/libvirt/qemu/channel/target/ubuntusaucy.marx'/>
<target type='virtio' name='marx'/>
<alias name='channel2'/>
<address
2012 Jul 11
1
igraph function "graph.bfs" unavailable
Hi,
I've installed the igraph package and have been otherwise using it successfully, but when I try to use graph.bfs I get the error:
could not find function "graph.bfs"
Moreover, I don't seem to have the documentation installed either. (per ?graph.bfs and ??graph.bfs).
I'm using RStudio v0.95.262 on windows 7. Below is the info for my R build:
R version 2.14.0
2001 Feb 21
2
openssh-2.5.1p1 problem on redhat 6.2
Hi,
I built rpm from openssh-2.5.1p1 srpm on redhat 6.2,
then installed it. When trying to ssh from other machine,
sshd gives error:
.....
Feb 20 17:54:24 foo PAM_pwdb[925]: (login) session opened for user doe by LOGIN(uid=0)
Feb 20 17:55:15 foo sshd[1342]: Connection closed by 192.168.0.3
Feb 20 17:55:43 foo sshd[1343]: PAM unable to dlopen(/lib/security/pam_stack.so)
Feb 20 17:55:43 foo
2002 Jun 25
7
[Bug 294] tcp wrapper access changed between 2.9.9p2 and 3.3p1
http://bugzilla.mindrot.org/show_bug.cgi?id=294
------- Additional Comments From ktaylor at daac.gsfc.nasa.gov 2002-06-26 00:53 -------
This is what's reported in the syslog from openssh-2.9.9p2 - with an ip address
range listed in hosts.allow
Jun 25 10:50:08 6D:server sshd[30123536]: Failed keyboard-interactive for
ktaylor from xxx.xxx.xxx.xxx port 40333 ssh2
Jun 25 10:50:13 6D:server
2005 Jan 27
1
Recycler problem
Hi folks,
I have Samba 3.0.10 with SuSE 9.1 running and a problem with the
recycler feature of Samba.
Following setup:
- User A deletes file F1 in directory D
- Samba produces file .recycler/D/F1
- D has permissions -rwx------, F1 has permissions -rwxrw-r-- (owner A)
- User B deletes file F2 in directory D
- F2 doesn't show up in .recycler/D
So all files User B deletes in directory D are
2006 Sep 11
1
Authentication between two samba servers
Hello for all,
How can I do for one samba server authenticate in another samba server?
Thanks for all,
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
Amauri Tiago Marx
Coordenadoria de Tecnologia da Informação e Comunicação, Ctic
Universidade do Oeste de Santa Catarina, Unoesc
Campus de São Miguel do Oeste
www.unoescsmo.edu.br
2005 Sep 30
4
[ANNOUNCE] iproute2 version (050929)
There is an new minor update to iproute2 utilities available:
http://developer.osdl.org/dev/iproute2/download/iproute2-050929.tar.gz
Also, this (and future) releases are now signed, for key info read:
http://developer.osdl.org/dev/iproute2/signature.html
[Stephen Hemminger]
Fix uninitialized memory and leaks
Add -batch option to ip.
Update to 2.6.14 headers
[Arnaldo]
Integrate
2001 Feb 22
1
SSH connection hangs with ipchains/RH6.2/OpenSSH 2.5.1p1 (butnot <= 2.3.0p1)
I figured this out -- looks like 2.5.1p1 is now using ports < 1024 on
the client side (wasn't before?). I had a ipchains rule to allow ACK
packets to 1024:65535, which was good enough for <= 2.3.0p1 :
#allow only ACK tcp packed
ipchains -A input -j ACCEPT -i eth0 -s any/0 --dport 1024:65535 -p tcp !
-y
So I added the following :
#allow return from ssh connections
ipchains -A input -j
2001 Feb 27
1
RedHat 7 - key finger print 00:00:...:00 - fatal: xfree: NULL pointer given as argument
I had the problems above too. The problem here is the utility ssh-keygen of the
RPM-package distribution. It just generates invalid DSA-keys with key finger
prints of 00:00:...:00. The only solution is to compile and install the source
of OpenSSH 2.5.1p1. Though if you're as lazy as I am and still want to use the
RPMs (quite easier to deinstall) then just do the following:
- Install the RPMs
2013 May 29
1
Enable IMAP only for certain users/IP
Hi,
I'm trying to config dovecot to enable IMAP protocol only for certain
IPs and users.
The logical steps I've followed are:
1. If a user is trying to login from an IP that I've authorized (
listed in a file) the request is authorized.
2. If not, if the user is listed in a second file the request is
authorized.
3. If also this check fails the request is rejected.
I'm using PAM
2003 Jul 06
10
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585
------- Additional Comments From dtucker at zip.com.au 2003-07-07 00:32 -------
dmalloc (http://dmalloc.com/) claims to work on IRIX. It's likely to increase
the CPU and memory load, though.
I've built with dmalloc on Linux thusly:
LDFLAGS=-ldmalloc ./configure && make
eval `dmalloc -l /path/to/log high`
./sshd [options]
2003 Jun 03
15
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585
Summary: sshd core dumping on IRIX 6.5.18 with
VerifyReverseMapping enabled
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: major
Priority: P2
Component: sshd
AssignedTo:
2001 Feb 22
1
2.5.1p1 logout hangs after RHL crond start
The RHL 6.2 command "/etc/rc.d/init.d/crond start" prevents
clean logout from compiled version of OpenSSH-2.5.1p1 on all
hosts.
The command "/etc/rc.d/init.d/crond stop" is OK.
This occurs for interactive or command line requests.
ssh remotehost /etc/rc.d/init.d/crond stop --- works every time
ssh remotehost /etc/rc.d/init.d/crond start --- hangs every time
Control-C will
2001 Mar 01
5
Expired password handling in openssh-2.5.1p1/2
Are there plans, or does someone have a fix, for having openssh force
users to change passwords when they're expired?
Right now the program closes the connection....the commercial ssh
manages to exec /bin/passwd after they enter their current password.
Any ideas?
2001 Feb 19
1
OpenSSH-2.5.1p1 scp hangs when scping into an RH (6.0|7.0) box
I just compiled OpenSSH-2.5.1p1 from source on my Debian potato box
using:
--prefix=/usr/local/openssh --enable-gnome-askpass --with-tcp-wrappers
--with-ipv4-default --with-ipaddr-display
--libexecdir=/usr/local/openssh/lib --disable-suid-ssh --with-pam
I am running OpenSSL-0.9.5a compiled from source with:
--prefix=/usr/local/openssl --openssldir=/usr/local/openssl
I can scp into my other
2001 Mar 19
4
SecurID
When comparing SSH 1.2.27 with OpenSSH 2.5.1 I see that the SecurID
code/patch is not in OpenSSH 2.5.1.
I'm not sure how or why that happened.
Upon looking through the OpenSSH 2.5.1 source, I think I could fairly
easily provide a 'SecurID Authentication Method' patch (which would
rely on -DHAVE_SECURID, -I/blah/securid/include, and
-L/blah/securid/lib... /blah/securid being a
2007 Oct 30
3
Homework help: Is this how CI using t dist are constructed?
I'm trying to replicate some of the examples from my textbook in R (my
text uses Minitab). In this problem, I'm trying to construct a 95%
confidence interval for these distance measurements [1]:
> # Case Study 7.4.1, p. 483
> x <- scan()
1: 62 52 68 23 34 45 27 42 83 56 40
12:
Read 11 items
> alpha<-.95
> mean(x) + qt(c((1-alpha)/2, 1-((1-alpha)/2)), df=length(x)-1) *