OpenSSH for Windows のその後

OpenSSH for Windows ですが、まだログインできていない。

まずWindowsssh用ユーザを作って(sshuser とか)


> cd path_to_openssh\bin
> mkgroup -l > ..\etc\group
> mkpasswd -l > ..\etc\passwd
としてOpenSSHにもユーザを設定し

etc\sshd_config を以下のように変更する。

PermitRootLogin yes

#PermitRootLogin yes

#StrictModes yes

StrictModes no
※ローカルネットワークなのでゆる〜くしてます。

で、サービス(OpenSSH)を起動させる。



うまくいかない・・・

Windows が64bit版だからダメなの?

bin/sh.exe も動かない・・・



http://kilin.clas.kitasato-u.ac.jp/howto/sshdwin.html

http://blog.saku-lab.net/2012/07/ssh-git.html





再度64を入れてggったら下記のサイトが見つかったので試してみる。

http://kzm42.blog24.fc2.com/blog-entry-26.html