> I have installed openSSh on a win NT server.
> In the config file I have
> ## SFTP-Server
>
> UserSFTPDirectory "H:/users/%U"
> Every user have his own directory under H:\users and those directories are
> shared. It is possible to use something like \\computername\sharename
> instead ?
More than likely the answer is 'yes'. BUT the whole point of using
SSH is to protect your data. If you are storing the users data in a
remote file system and that data is accessed via an insecure manner,
then you are defeating the benefit of using SSH.