search for: garff

Displaying 6 results from an estimated 6 matches for "garff".

Did you mean: gaff
2002 Aug 07
1
Unrelated (was RE: so-called-hang-on-exit)
Add -n to the ssh command line - see if that fixes it. Nico -- > -----Original Message----- > From: Eric Garff [mailto:egarff at omniture.com] > Sent: Wednesday, August 07, 2002 11:15 AM > To: openssh-unix-dev at mindrot.org > Subject: Re: so-called-hang-on-exit > > > That may be, but it only "hangs" when run from cron, if I run it > manually it executes fine, could cron be...
2002 Jul 12
0
[Bug 273] sshd hangs on shell exit if user spawned child with/bin/nohup
...cause neither rsh nor rlogin provide any kind of port forwarding, or X11 forwarding, etc... Also, the comparison between ssh and rsh is more appropriate if you're talking about SSHv1 and much less so if you're talking about SSHv2. Nico -- > -----Original Message----- > From: Eric Garff [mailto:egarff at omniture.com] > Sent: Friday, July 12, 2002 3:00 PM > To: Williams, Nicolas > Cc: openssh-unix-dev at mindrot.org > Subject: RE: [Bug 273] sshd hangs on shell exit if user spawned child > with/bin/nohup > > > On Fri, 2002-07-12 at 12:25, Nicolas.Williams...
2002 Jul 02
0
Hang when run via crond
...quot; RedHat 6.2 machine. configure arguments are as follows: ./configure --sysconfdir=/etc --with-tcp-wrappers --without-pam --with-ssl-dir=/usr/local/src/openssl-0.9.5a --with-md5-passwords Any help is appreciated, and once again, I apologize if this is a redundant question. Thanks, -- Eric Garff System Administrator egarff at omniture.com 801.722.0134 Omniture http://www.omniture.com "Unique Questions, Precise Answers"
2002 Aug 01
1
OpenSSH Security Advisory: Trojaned Distribution Files
OpenSSH Security Advisory (adv.trojan) 1. Systems affected: OpenSSH version 3.2.2p1, 3.4p1 and 3.4 have been trojaned on the OpenBSD ftp server and potentially propagated via the normal mirroring process to other ftp servers. The code was inserted some time between the 30th and 31th of July. We replaced the trojaned files with their originals at 7AM MDT, August 1st. 2. Impact: Anyone who has
2006 Nov 01
0
No subject
"It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network." I can agree that it is "more" than secure RSH, but if it plans to replace it, shouldn't it have the same functionality? -- Eric Garff System Administrator egarff at omniture.com 801.722.0134 Omniture http://www.omniture.com "Unique Questions, Precise Answers"
2002 Aug 07
1
Unrelated (was RE: so-called-hang-on-exit)
"ssh -n ..." means ssh will close stdin and open /dev/null for stdin. It does not mean losing th eoutput of ssh. Nico -- > -----Original Message----- > From: Eric Garff [mailto:egarff at omniture.com] > Sent: Wednesday, August 07, 2002 12:11 PM > To: openssh-unix-dev at mindrot.org > Subject: Re: Unrelated (was RE: so-called-hang-on-exit) > > > Sadly, no such luck. I need the output, now when I run it by hand the > script hangs because it d...