ssh2

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Aug 19 22:59:21 BST 2002


On Mon, Aug 19, 2002 at 11:26:25PM +0200, Frans Diergaarde wrote:

> i have compiled and installed ssh2 but how must i make it run.
> Do i have to reboot my server?

No.  Just make sure that the sshd from the base system isn't running:

    killall sshd

(It helps if you aren't logged in via ssh when you do that...) If you
are logged in by ssh, you can kill just the parent sshd process, whilst
leaving alone the other sshd instances:

    kill `cat /var/run/sshd.pid`

Then use the given script to start up sshd2:

    /usr/local/etc/rc.d/sshd.sh start

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
Tel: +44 1628 476614                                  Marlow
Fax: +44 0870 0522645                                 Bucks., SL7 1TH UK




More information about the Ukfreebsd mailing list