Re: ssh server fpr Win9x?
From: Darren Dunham (ddunham_at_redwood.taos.com)
Date: 09/28/03
- Next message: Martijn Bruns: "Re: SFTP keeps changing - What do i do?"
- Previous message: Richard E. Silverman: "Re: Permission denied (publickey,password,keyboard-interactive)"
- In reply to: Jens Müller: "Re: ssh server fpr Win9x?"
- Next in thread: Jens Müller: "Re: ssh server fpr Win9x?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 28 Sep 2003 17:41:22 GMT
Jens Müller <me@privacy.net> wrote:
> Hi,
>> > is there anywhere a ssh server für Windows 9x? (Freeware if
> possible)
>>
>> You can install cygwin, then openssh on it.
>> I run that on a Windows ME box.
> I looked at it. But this has to be run as a service, to authentificate
> with the right user password, hasn't it?
> Or how did you set it up?
No, it doesn't. You can't have a true "service" on 98/ME. That imposes
some limitations.
I think you can't have anything running unless a user is "logged in".
For my home machine, that's not a concern, it just sits with me logged
in all the time.
I have a shortcut in my startup folder so it runs when I log in. The
shortcut is to C:\cygwin\sshd.bat, at that file looks like this...
@echo off
C:
chdir C:\cygwin\bin
bash --login -c "/usr/sbin/sshd"
That's it.. it starts up and runs in the background. I've never managed
to log in using any of my ME user/password information, but key
authentication works just fine.
--
Darren Dunham ddunham@taos.com
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
- Next message: Martijn Bruns: "Re: SFTP keeps changing - What do i do?"
- Previous message: Richard E. Silverman: "Re: Permission denied (publickey,password,keyboard-interactive)"
- In reply to: Jens Müller: "Re: ssh server fpr Win9x?"
- Next in thread: Jens Müller: "Re: ssh server fpr Win9x?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|