hclnotes.txt

来自「伯克利做的SFTP安全文件传输协议」· 文本 代码 · 共 26 行

TXT
26
字号
Notes on interoperability with HCL inetd----------------------------------------Since the daemon user is separate, networked drives don't work,since that is a per-user configuration.  Instead, physicaldrives must be used if the file is local.  For network, perhapsUNC names work?  Didn't try it.Connection logging is quite useful for initial diagnostics.In particular, if it can't find the executable, it logs Error 2,which corresponds to ENOFILE (file not found).Event numbers (in Event Viewer):  100     service disable from Control Panel  105     service enable, either from Control Panel, or after 112  106     incoming connection  112     restarting listen, called when shutdown received by inetd,          and followed by a 105The hcl-started daemons run as "SYSTEM", which means the same privilegeas the other OS kernel components.  Therefore, getting a secure place tostore data is just a matter of creating a directory or registry key forwhich "Everyone" does *not* have access.  Since "SYSTEM" always does,that's all it takes.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?