User Tools

Site Tools


windows:cygwin

Differences

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

Link to this comparison view

Next revision
Previous revision
windows:cygwin [2011/03/28 22:30] – created slackwindows:cygwin [2019/11/07 17:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Installing ssh on Windows 7:+====== Installing ssh on Windows 7 ======
  
 Start a bash shell **as Administrator** Start a bash shell **as Administrator**
Line 21: Line 21:
 </code> </code>
  
-That should do it.  If you want to lock things down, /etc/hosts.allow and /etc/hosts.deny are your next port of call.+That should do it.  If you want to lock things down, /etc/hosts.allow and /etc/hosts.deny are your next port of call.  If you wanted to only permit access from the local machine (some might think this negates the point of an ssh server, but such people have probably not attempted to endure the windows terminal for any length of time), then: 
 + 
 +<code bash hosts.allow> 
 +ALL: 127.0.0.1 
 +ALL: [::1] 
 +</code> 
 +<code bash hosts.deny> 
 +ALL: ALL 
 +</code> 
  
windows/cygwin.1301351456.txt.gz · Last modified: 2019/11/07 17:58 (external edit)