User Tools

Site Tools


cygwin_ssh_server_for_windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cygwin_ssh_server_for_windows [2008/10/04 17:04] tkbletsccygwin_ssh_server_for_windows [2011/12/13 13:22] tkbletsc
Line 33: Line 33:
   ;c:\Program Files\cygwin\bin   ;c:\Program Files\cygwin\bin
  
-Open a cygwin shell.+Open a cygwin shell.  **If running something with UAC, run the cygwin shell as administrator (right click, run as administrator).**
  
 <code> <code>
-$ chmod +r  /etc/passwd +$ chmod a+r /etc/passwd /etc/group 
-$ chmod +r  /etc/group +$ chmod 777 /var
-$ chmod  777  /var+
 $ ssh-host-config  -y $ ssh-host-config  -y
 </code> </code>
Line 57: Line 56:
 </code> </code>
  
-As an aside, if you want your drive letters to be available as ''/c'' instead of ''/cygdrive/c'', do+As an aside, if you want your drive letters to be available as ''/c'' instead of ''/cygdrive/c'', edit /etc/fstab and edit the commented-out cygdrive line so it reads: 
-<code>$ mount -s --change-cygdrive-prefix /</code>+<code>none / cygdrive binary,posix=0,user 0 0</code> 
 +Then re-read the file with
 +<code>$ mount -a</code>
    
 +===== Firewall =====
 +If using Windows firewall, add a program rule that allows all connections to ''<CYGWIN_PATH>\usr\sbin\sshd.exe''.
  
 ===== User setup ===== ===== User setup =====
 +
 +//Optional?  I didn't have to do this step on my Windows 7 install.//
  
 Make sure every Windows user has a password set.  Then, in a bash shell: Make sure every Windows user has a password set.  Then, in a bash shell:
cygwin_ssh_server_for_windows.txt · Last modified: 2012/03/29 19:13 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki