[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Installing OpenSSH 3.7.1



> When i try to compile OpenSSH 3.7.1 , i get the following error.
>
> [root ssh]# make obj
> Makefile:3: *** missing separator.  Stop.
> [root ssh]#

When I install OpenSSH I simply do:

./configure --prefix=/usr --sysconfdir=/etc/ssh --localstatedir=/var --with-
pam
make

Then I test by staying logged in, closed down the old SSH (remember to stay
logged in!):
/etc/rc.d/init.d/sshd stop

The run up the newly compiled sshd daemon from the compilation directory, in
debug, interactively:
./sshd -d -D

Then try and ssh in. The interactive daemon should stop when you log that
new session out. If all is OK, then do:
make install

and restart OpenSSH:
/etc/rc.d/init.d/sshd start

--
Regards,
Jonathan Michaelson

http://www.webumake.com - Commercial CGI Script Developers
Web-based Email / HomePages / Instant Helper Chat / Download License Manager