Displaying 5 results from an estimated 5 matches for "obsdssh".
Did you mean:
bsdish
2002 May 17
2
SSH 3.2.2 on Solaris 8 with /kernel/drv/random
...ase to work with Sun's new device,
that can be installed with patch 112438-01.
I compiled SSL attempting to point it at the random device:
cd openssl-0.9.6d
./Configure solaris-sparcv7-gcc
make DEVRANDOM="/kernel/drv/random"
And then ran the SSH configure:
./configure --prefix=/opt/OBSDssh --with-pam --without-rsh \
--sysconfdir=/etc/ssh --with-pid-dir=/var/run --disable-suid-ssh \
--with-tcp-wrappers=../tcp_wrappers_7.6
But am not convinced this is correct.
and I also tried:
./configure --prefix=/opt/OBSDssh --with-pam --without-rsh \
--sysconfdir=/etc/ssh --with-pid-dir=/var/run...
2002 Mar 25
0
buildpkg on solaris 8 OK BUT?..
...egd-pool": No such file or
directory
Entropy collection failed
ssh-rand-helper child produced insufficient data
Couldn't connect to PRNGD socket "/var/run/egd-pool": No such file or
directory
Entropy collection failed
ssh-rand-helper child produced insufficient data
starting /opt/OBSDssh/sbin/sshd... Couldn't connect to PRNGD socket
"/var/run/egd-pool": No such fi
e or directory
Entropy collection failed
ssh-rand-helper child produced insufficient data
./opensshd: Error 255 starting /opt/OBSDssh/sbin/sshd... bailing.
Below are the details:
I configured the prngd as...
2001 Oct 17
0
OpenSSH 2.9.9p2 on Solaris 8 buffer_get problem
...(tried both)
I tried an alternate install on another Solaris 8 box (not secured,
Entire Distribution) to no avail.
Here is the debug output (firewall is the problematic machine) [PLEASE
CC me because I'm not subscribed to the list]:
--ssh from a Solaris 8 client:
[root at autoserver /]# /opt/OBSDssh/bin/ssh firewall
Connection closed by x.y.z.t
--ssh -vv from a Solaris 8 client:
[root at autoserver /]# /opt/OBSDssh/bin/ssh -vv firewall
OpenSSH_2.9.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /etc/ssh_config
debug1: Seeding random number...
2003 Sep 30
1
[Bug 723] Password expire not working properly
...I have run some tests on password expire, and cannot get it to function
properly. When I force a user to change his/hers password at next login, they
get in without changing the password. When I telnet to the system it works
properly. Here is a printout of selected commands:
bash-2.05# pkginfo -l OBSDssh
PKGINST: OBSDssh
NAME: OpenSSH for Solaris
CATEGORY: application
ARCH: sparc
VERSION: 3.7.1p2-pwexp24
BASEDIR: /
PSTAMP: ps15120030924133714
INSTDATE: Sep 24 2003 13:38
STATUS: completely installed
FILES: 54 installed pathnames
10 s...
2001 Oct 10
7
OpenSSH solaris: bad return code after exec of remote command
...channel user
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 15.3 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status -1
This is the debug when it works:
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /opt/OBSDssh/etc/ssh_config
debug1: Seeding random number generator
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: restore_uid
debug1: ssh_connect: getuid 0 geteuid 0 anon 1
debug1: Connecting to galaxy [my_ip_was_here] port 22.
debug1: temporarily_use_uid: 0/1 (e=0)
debug...