Home » Software

Set up sshd server on Windows XP

By: Zhiqiang Ma On: Sep 18, 2009 Views: 50 No Comment Print Email
Tags: , , ,

It is useful sometimes to set up a sshd server on a Windows. One example is using remote forwards tunnel to pass through the firewall.

My platform is Windows XP SP3.

The sshd server is sshwindows. It can be dowloaded from here: http://sshwindows.sourceforge.net/. The version I use here is 3.8p1-1 20040709.

It is really easy:

1) Run sshwindows installer and click OK and OK…

2) Run cmd.exe:

3) cd C:\Program Files\OpenSSH\bin (it depends on the sshd’s install location)

4) mkgroup -l >> ..\etc\group

5) mkpasswd -l >> ..\etc\passwd
Now all local users are added to the sshd users list. More details can be found in the readme.txt file.

6) Configuration the firewall and let it allow the sshd service listening on port 22

7) Start the sshd service: “net start “OpenSSH Server”"

Now it is OK ;) Try to ssh to the windows and have fun.

There are some problems such as the default home is “/home/USERNAME”, but you just get a warning and you can change to the directory by yourself. At least, it works.

Updated on 7 Mar. 2010.

Read more:

Digg del.icio.us Stumble Techorati Facebook Newsvine Reddit Twitter
Mixx LinkedIn Google Bookmark Yahoo Bookmark MySpace LiveJournal Blogger RSS feed
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.