Cygwin SSHサーバ

cd /etc; ssh-host-config
yes
yes
yes
リターン
cygrunsrv -S sshd
ssh localhost
  • localから入れることを確認する

Windows firewallの設定

> netsh firewall show portopening
> netsh firewall add portopening TCP 22 ssh
> netsh firewall show portopening
22     TCP       Enable   ssh
  • 手元のマシンから入れることを試す
Last modified: 2007-01-24