This is an old revision of the document!

Documentation » Setting up WinSCP »

Administration Tasks

WinSCP allows system administrators to restrict or enforce certain functionality of the application.

Advertisement

Configuring the Restrictions

System administrator can configure the following:

These restrictions are configured via “local machine” registry root key (modifiable only by system administrators). Example of corresponding registry export follows:

[HKEY_LOCAL_MACHINE\SOFTWARE\Martin Prikryl\WinSCP 2]
"DisableOpenEdit"=dword:00000001
"DisablePasswordStoring"=dword:00000001
"DisableAcceptingHostKeys"=dword:00000001
"ForceBanners"=dword:00000001

On 64-bit systems, a physical location of the key is HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Martin Prikryl\WinSCP 2 (as WinSCP is 32-bit application).

Administrator can set site setting allow any user to modify or delete the site accidentally (Note that the setting can be changed by end-user). Such site will also be highlighted in. Example how to configure the setting, if INI file is used as configuration storage follows:

[Sessions\Server]
HostName=example.comm
UserName=customer

Advertisement

Distributing Restricted Version

WinSCP can be distributed with the restrictions preconfigured.

Last modified: by 75.137.147.17