Displaying 3 results from an estimated 3 matches for "sshd40".
Did you mean:
sshd41
2004 Oct 04
1
scp does not works under solaris
OS : solaris8 with update patches
Station : Sparc Ultra5
device /dev/random installed
openssl version : openssl-0.9.7d
openssh version : openssh-3.9p1
My configuration :
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers
--with-privsep-user=sshd40 --with-ssl-dir=/usr/lib
ssh works but when I lauch scp I have the following error
sylow[root]<45>scp README thales:/
Enter passphrase for key '/.ssh/id_dsa':
ld.so.1: scp: fatal: libz.so: open failed: No such file or directory
Killed
lost connection
But libz.so exist and is...
2005 Jun 02
5
[Bug 1051] error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
...ssl/bin/ssh-keygen -b 2048 -f /usr/local/ssl/etc/ssh_host_dsa_key -t
dsa -P ""
/usr/local/ssl/bin/ssh-keygen -b 2048 -f /usr/local/ssl/etc/ssh_host_rsa_key -t
rsa -P ""
##########################################################################
Build a startscript (/etc/init.d/sshd40)
########################################################################
#!/bin/sh
#
# chkconfig: 345 55 45
# description: sshd (secure shell daemon) is a server part of the ssh suite.
# Ssh can be used for remote login, remote file copying, TCP port
# forwarding etc. Ssh offers strong...
2004 Sep 30
1
warning configure openssh-3.9p1
OS : solaris8 with update patches
Station : Sparc Ultra5
device /dev/random installed
openssl version : openssl-0.9.7d
openssh version : openssh-3.9p1
My configuration :
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers
--with-privsep-user=sshd40 --with-ssl-dir=/usr/lib
I have the following warning lines :
configure: WARNING: sys/ptms.h: present but cannot be compiled
configure: WARNING: sys/ptms.h: check for missing prerequisite headers?
configure: WARNING: sys/ptms.h: see the Autoconf documentation
configure: WARNING: sys/ptms.h:...