Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <436D0B3E.C28732E3@dessent.net> Date: Sat, 05 Nov 2005 11:42:54 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Windows 98 + OpenSSH + cygwin References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com David Di Biase wrote: > Since there are no services I need to setup the system through another > mean, except I'm very limited on my 98 knowledge. Does anyone happen > to have a solution? Since 98 has no concept of a service or users you start sshd in the normal way. After running ssh-host-config you should be able to just run /usr/sbin/sshd from a prompt - it will daemonize itself, you shouldn't have to use "&" or nohup etc. That's pretty much it. If you want it to automatically start you'll have to add it to the registry autorun key or to the startup group, or something along those lines. If you want to use password authentication you'll need to use the 'crypt' utility to set the second field in /etc/passwd to the desired hash. Public-key auth should work the same as a normal NT or *nix system. I have to say though that sshd with win98 is probably not extensively tested, so I wouldn't be surprised if you run into some issues. Though it might work fine. Security-wise though it's kind of like adding a deadbolt to a door made out of thin balsa wood. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/