ssmithisme Posted June 29, 2009 Share Posted June 29, 2009 Looking for fully functional SSH server to run on windows. I have done this before using cygwin, but I would like to avoid this monstrosity if possible. Quote Link to comment Share on other sites More sharing options...
Jason Cooper Posted June 29, 2009 Share Posted June 29, 2009 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. Quote Link to comment Share on other sites More sharing options...
digip Posted June 29, 2009 Share Posted June 29, 2009 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.