search for: dalliance

Displaying 3 results from an estimated 3 matches for "dalliance".

Did you mean: alliance
2003 Feb 12
4
Pb w/ >2GB files on AIX (4.3.3/5.1)
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do not have a 64bits version into the AIX libc. A very simple workaround to the big files writing rsync pb. is to not use this routine that create files w/ mkstemp() by modifying the "syscall.c" source file at line 154 as following : #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD) become #if
2000 Dec 28
2
ssh-agent, protocol 2, openssh-2.3.0p1
...39;m doing wrong, and switch to openssh! Apologies in advance if I'm offbase... I'm a moderately experienced ssh user, been running various versions for about three years, and have been using agent forwarding for the last couple of years with ssh.com's ssh1 and ssh2. This is my first dalliance with openssh. There are two machines, A and B. A is running openssh-2.3.0p1 compiled by me on Mandrake Linux 7.2 (RedHat 7?). B is also running openssh-2.3.0p1 compiled by me on Solaris 5.8 (an UltraSparc box). On A and B, the /etc/ssh/ssh_config and .ssh/ssh_config have 'Host *' followe...
2006 Nov 16
7
Negating or removing classes
I have a situation where I''d like to perform some actions when a node is removed from a class. I have a few (homegrown) services that install ssh keys in authorized_keys and it''s possible that a node may have the service enabled and disabled during it''s lifetime. When disabled I''d like to clean up the ssh keys for security reasons. This brings up the broader