8 | | * Then go into Windows Firewall, and select "Allow a program or feature through Windows Firwall", hit "Change Settings", then "Allow another program...", "Browse" and select c:\cygwin\usr\sbin\sshd.exe. |
| 11 | * It prompted for a password for the special admin account created, used my "normal" password. |
| 12 | * Use the command "net start sshd" to start the service. |
| 13 | * Then go into Windows Firewall, and select "Allow a program or feature through Windows Firewall", hit "Change Settings", then "Allow another program...", "Browse" and select c:\cygwin\usr\sbin\sshd.exe. |
| 14 | * Modify /etc/sshd_config to have the line ClientAliveInterval 60 to prevent ssh sessions from being dropped after a while, and restarted sshd. |
| 15 | |
| 16 | == Visual Studio == |
| 17 | |