Displaying 4 results from an estimated 4 matches for "popovetsky".
2000 Jul 14
0
rlogin/slogin handling [PATCH]
...d to ssh, and old r* commands are
moved off in another place, as I do.
Since Solaris rsh is hardcoded to call /usr/bin/rlogin, it will get stuck
in an infinite loop.
Below is a quick patch I hacked up, based on the functionality in
ssh-1.2.27,   tested under Solaris 2.6,7 and 8. 
Thanks,
-Irving Popovetsky
--- ssh.c.orig  Wed Jul 12 15:54:55 2000
+++ ssh.c       Fri Jul 14 13:15:45 2000
@@ -160,11 +160,26 @@
 {
        char *args[10];
        int i;
+       char rsh_program_name[256];
 
        log("Using rsh.  WARNING: Connection will not be encrypted.");
+
+/*  Check case for rlogin/s...
2001 May 02
2
contrib/solaris/build-pkg
I went to go use it today since I'll be putting together some packages for
a national project and I found them in pretty *BAD* shape.
By tonight, I should have some partial patches to resolve a lot of the
issues, but I really feel we need to either need to fix it, remove it, or
replace it with a better version.
It's old enought to lakc RSA v2 key generation, lack of slogin, sftp,
2000 Aug 31
1
slightly overzealous RNG seeding?
Hello again,
	I was testing today's SNAP (openssh-SNAP-20000830.tar.gz) in my
Solaris 2.6-8 environment,  when I found some problems with the ssh2
support.  
While connecting, it seeds the RNG something like 32 times!   And then
once connected, it seeds again 2 or 3 times with *every* keystroke!  This
makes for some slow going.   This happens on all of the Solaris boxes I
tried.   Binary was
2001 May 04
0
Exit status strangeness
Hello,
	Trying to get Oracle DataGuard running, which basically does a lot
of work between two replicating databases via rsh/ssh.    It is breaking
because it pays very close attention to the exit status of ssh commands.
We are using OpenSSH 2.5.2p2 (also tried 2.9p1, same result) on Solaris 7
and 8.   This seems to be Solaris specific, because I can't reproduce it
on Linux. 
I've