SUMMARY: openssl & openssh configuration
2007-12-24 20:34:00
the other
keys first.
./ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N ""
./ssh-keygen -t dsa -f /usr/local/etc/ssh_host_dsa_key -N ""
./ssh-keygen -t rsa -f /usr/local/etc/ssh_host_rsa_key -N ""
I was then able to start the sshd daemon.
-----Original Message-----
From: McCaffity, Ray [mailto:ray.mccaffity at wcg.com]
Sent: Wednesday, August 15, 2001 11:08 AM
To: 'codeprof at codeprof.com'
Subject: openssl & openssh configuration
I have been able to compile these myself, and everything works fine. But I
have a need to
put the binaries on some other servers, so I thought I would just use
precompiled binaries.
I have downloaded and installed the openssl (0.9.6b) and openssh (2.9p2)
binaries
from sunfreeware.com
I started the ssh-agent in usr/local/bin (manually) and then I ran the
(ssh-keygen) program.
I then attempted to run the ssh-add program, but I get this error.
Could not open a connection to your authentication agent.
I then tried to connect locally on the same box.
# ./ssh -4 -v -l rmccaffi 10.16.106.86
OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Seeded RNG with 41 bytes from programs
debug1: Seeded RNG with 3 bytes from system calls
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 10.16.106.86 [10.16.106.86] port 22.
debug1: temporarily_use_uid: 0/1 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 0/1 (e=0)
debug1: connect: Connection refused
debug1: restore_uid
Secure connection to 10.16.106.86 refused.
debug1: writing PRNG seed to file //.ssh/prng_seed
There was nothing in the documentation about where log files might be,
so I tried "find / -name *log" (boy it's amazing how many log files I have
in different places)
But I found nothing that looked like a ssh/ssl log file.
When I do a lsof | grep 22, it doesn't appear that anything is running.
I'm sure I'm missing something, but I don't know what it is.
Ray
_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=6075
Comments
Got something to say?
You must be logged in to post a comment.

