Hi there, The installation of Openssl on my HP-UX 11.11 box went fine. When I execute 'ssh' command, the error shows: "ssh: connect to host testbox port 22: Connection refused". Can you point me the solution. Thanks. Ben __________________________________________ Benjamin Le Sr. Systems Administrator Information Technology Services Portland Community College Voice:(503)-977-4736 Fax:(503)-977-4987 Mailto:ble at pcc.edu http://www.pcc.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030407/0487ac65/attachment.html
On Mon, Apr 07, 2003 at 02:27:44PM -0700, Ben Le wrote:> Hi there, > The installation of Openssl on my HP-UX 11.11 box went fine. When I execute > 'ssh' command, the error shows: "ssh: connect to host testbox port 22: > Connection refused". Can you point me the solution. Thanks.As trivial as this may seem, make sure you have sshd running on testbox, and note that OpenSSL is not OpenSSH. OpenSSH depends on OpenSSL but they're two (very) different things. //Peter