Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSH problem

Status
Not open for further replies.

talam

MIS
Jun 22, 2001
47
CA
I have installed SSH... but it doesn't seem to work! Any advise? SSHD doesn't start at all? Thanks!

root@chqldap01:/etc/ssh>ssh -V
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
root@chqldap01:/etc/ssh>lslpp -l |grep ssh
freeware.openssh.rte 3.5.0.0 COMMITTED SSH protocol suite of network
root@chqldap01:/etc/ssh>lslpp -l|grep ssl
freeware.openssl.rte 0.9.6.7 COMMITTED OpenSSL, Secure Sockets Layer

root@chqldap01:/etc/ssh>startsrc -s sshd
0513-085 The sshd Subsystem is not on file.

root@chqldap01:/etc/ssh>ps -ef |grep ssh
root 31288 33678 0 Dec 31 - 0:00 grep ssh



root@chqldap01:/etc/ssh>ssh chqedi03
ssh: connect to host chqedi03 port 22: Connection refused [/red]
 
ssh is not under SRC control.
Normally started by an entry in /etc/inittab. ie:

rcossh:2:eek:nce:/etc/rc.openssh >/dev/console 2>&1
 
I get this error message after the install...

root@chqldap01:/>ssh
exec(): 0509-036 Cannot load program ssh because of the following errors:
0509-150 Dependent module /usr/local/lib/libcrypto.a(libcrypto.so.0) c
ould not be loaded.
0509-152 Member libcrypto.so.0 is not found in archive
root@chqldap01:/>

libcrypto.a does exist in /usr/lib and /usr/local/lib but there is no linkage to libcrypto.so.0

I'm also uncertain as to where ssh-keygen is looking to load this module from.

Input? [/red]
 
libcrypto.so is a library object contained within the archive libcrypto.a and is installed via the freeware.openssl.rte fileset (which you have).

This will be loaded when you start opensshd, did you run /etc/rc.openssh yet?
 
There is no /etc/rc.openssh?!!??


root@chqldap01:/etc>ls rc*
rc rc.dacinet rc.ha_star rc.net.serial rc.qos
rc.C2 rc.db2 rc.local rc.nfs rc.tcpip
rc.bsdnet rc.esm rc.net rc.powerfail

rc.d:
rc rc3.d rc5.d rc7.d rc9.d
rc2.d rc4.d rc6.d rc8.d samples
root@chqldap01:/etc>
 
Strange, this used to be part of the freeware.openssh.rte fileset that BULL provided. Example:
root@sector7g:/> lslpp -f freeware.openssh.rte|grep rc.openssh
/usr/lpp/freeware.openssh/inst_root/etc/rc.openssh
/etc/rc.openssh
 
I just doublechecked by downloading the 3.5.0.0 version from BULL and it definitely contains /etc/rc.openssh. Running it the first time even puts in the required entry into inittab to start ssh every reboot.
 
I get the following msg when I am trying to config SSH.
I have installed both the openssl and ssh... Thanks!

root@matrix4:/etc>ssh-keygen -N '' -t rsa -f /etc/ssh_host_rsa_key
(rand child) Couldn't exec '/usr/local/libexec/ssh-rand-helper': No such file or directory
ssh-rand-helper child produced insufficient data
 

Need the information and your guidance, about using SSH to communicate between Oracle forms 3.0 and Oracle Forms 6.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top