David
Sorry but I don't follow your answer/comments.
> I know all obout VPN access - which I use for my own remote management without difficulty.
ssh & VPN are quite different tools. I use ssh for remote management as admin/root, but VPN is really for remote access by non admin users (as you request) to server shares etc. Isn't that what you are asking for ?
> However this is a need for allowing a non-admin
> user to access, and that user only has a limited
> range of methods to use
What are the limited range of access methods that the user can use ?
Why can't they use VPN ?
> FTP can be used
You want secure, ftp is not secure.
> SFTP is available on an sme server machine, (which does) but is only available by default to root.
You need to run a sftp client on the users workstation eg WinSCP3 or similar, in conjunction with ssh user login (you have to enable ssh user logins though).
http://mirror.contribs.org/smeserver/contribs/bobk/SME_Manual/chpt-14.02.htmlIf you are concerned about security, we suggest you consider the scp "secure copy" command associated with ssh as an alternative to FTP.
Personally I think VPN is easier to use and user access to the server shares is automatically controlled by their group membership.