Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openssh / MESSAGE.Interix
bloba99ae2878b6671cade4534b71549aeb9d7cfe4de
1 ===========================================================================
2 $NetBSD$
4 OpenSSH on Interix has some important caveats:
6 * Hostname resolution uses the BIND resolver library rather than Windows
7   native lookup services.  This requires that /etc/resolv.conf be set up
8   properly with a "nameserver" line; see resolv.conf(5).  In most
9   installations, this was generated automatically when Services for UNIX
10   was installed (based on the name server in use at that time).
12 * Currently, UsePrivilegeSeparation does not work properly, so it defaults
13   to "no" on Interix.
15 * Network drives and encrypted local files may not be accessible after
16   logging in through sshd thanks to the way the Windows security API works.
17   A workaround is to "exec su USERNAME" after logging in, which will use
18   the password to create a proper Windows access credential key.
20 ===========================================================================