I used the cozsftp_server_config "fixed:" area to set up some options.
The Co:Z SFTP Guide says:
But I can change the settings after a connection is established.1. The fixed: section of /etc/ssh/cozsftp_server_config (highest priority and non-modifiable)
...
This is a bit confusing me... I thought (because of "highest priority and non-modifiable") that this can't be modified after a connection is established.
That's not correct, isn't it? You just mean this won't be overridden by for example SFTP_ZOS_OPTIONS. Or is it a bug...?
Is it possible to don't let the user change a setting after the connection is established, for example for COZ_LOG?
/edit:
I recognized something at the moment:
with ls /+mode=... works. I can't override it (assumed I don't also set mode=.. in an other way, this will override the fixed section...?)
But ls /+loglevel=... --> I can override it...
I'm doing some wrong? I don't know...