I am having trouble to install ssh via Cygwin on my latest new Windows machine with the latest Cygwin version.
*** Warning: The permissions on the directory /var are not correct.
*** Warning: They must match the regexp d..x..x..[xt]
*** ERROR: Problem with /var directory. Exiting.
$ ls -al /
d--S--s--x+ 1 Matthias Administrators 0 2010-12-06 07:52 var
How can I modify the rights on the directory so that it fits the above mentioned regular expression?
This should do it (do both):
For some reason I also had to execute
to get
ssh-host-config
to work.