Displaying 3 results from an estimated 3 matches for "pausmith".
Did you mean:
adsmith
2000 Jun 21
1
Linux sshd dumps core unless client is insecure.
pausmith at nortelnetworks.com (Paul D. Smith) had a problem where his
2.1.1p1 wouldn't connect if it was running set-UID root, unless "-P" was
given.
Gert Doering <gert at greenie.muc.de> suggested a firewall problem.
Damien Miller <djm at mindrot.org> tried to help too.
Now I...
2000 Jun 12
0
getrusage() privileged on Solaris 2.5.1
The builtin entropy gathering code in OpenSSH 2.1.1p1 tries to use
getrusage() if it's available.
This function is available on Solaris 2.5.1, but you must have root
permissions to run it.
However, configure.in uses only AC_CHECK_FUNCS() to look for getrusage,
and this only tests for a successful link. For this function you need
to do a more thorough check and actually try to run a test
2000 Jun 15
1
ssh 2.1.1p1 can't connect; ssh 1.2.3 can
My ISP supports connections via ssh. I was using OpenSSH 1.2.3
(portable) on Solaris 2.5.1 (with EGD), and I could connect to my ISP
just fine. They're using the proprietary sshd version 1.2.26 as far as I
can tell. A connect session looks like:
$ ssh-1.2.3 -v -l foobar xx.xx.xx.xx
SSH Version OpenSSH-1.2.3, protocol version 1.5.
Compiled with SSL.
debug: ssh_connect: getuid 390