Jump to content

Need SSH Server solution for Windows


ssmithisme

Recommended Posts

There is many ports of OpenSSH for windows but most of the ones I have found use cygwin (sshwindows uses a minimal cygwin set up but still uses cygwin).

If you want to avoid cygwin completely then check out FreeSSHd.

Link to comment
Share on other sites

I second http://sshwindows.sourceforge.net/

You can create a batch job that prepares the users and passwords for you as well. Code from Raktor (Formerly Bigbro69) on bsodtv:

@echo off
echo By Bigbro69 from http://www.bsodtv.org/
cd \program files\openssh\bin
mkgroup -l > ..\etc\group
mkpasswd -l > ..\etc\passwd
sc config opensshd start= auto
net start opensshd

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...