Click to See Complete Forum and Search --> : trouble starting sshd2


konabiker
12-04-2000, 02:07 PM
hi i'm really new to linux.
i'm having trouble starting sshd2.
this is what i did:
i downloaded ssh-2.3.0.tar.gz
# su
# gzip -dc ssh-2.3.0.tar.gz | tar -xvf -
# cd ssh-2.3.0
# ./configure
# make
# make install
# sshd2
sh: sshd2: command not found
# which sshd2
which: no sshd2 in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin)
# which ssh2
/usr/local/bin/ssh2

any help would be appreciated.
step by step instructions anyone?
my total experience with linux or unix: 3 hrs

thanks in advance

ph34r
12-04-2000, 04:53 PM
Try just running

sshd

That should start the daemon, and it should accept ssh1 or ssh2 connections.

konabiker
12-04-2000, 05:41 PM
i did, i get:
bash: sshd: command not found

Originally posted by ph34r:
Try just running

sshd

That should start the daemon, and it should accept ssh1 or ssh2 connections.

Fandelem
12-06-2000, 05:19 PM
It looks like you downloaded the ssh client instead of the *daemon* for it.

I recommend OpenSSH anyways - I believe it supporst SSH 1 and 2.

check out my webpage on tips on how to install it.. http://www.fandelem.com/nhf-9.html

that page isn't done yet but the OpenSSH section is..

regards,

~kyle

konabiker
12-06-2000, 05:51 PM
thanks guys,
i got it to work.
i uninstalled ssh2.
installed ssh1.
then reinstalled ssh2.
i just have to reconfigure it for ssh1 compatibility i believe.
but ssh2 is working.
the windows client also works well on both win98 and nt4.

Hey does anybody know how to configure it to start automatically on boot time?

thanks.