sysconfig/README.md
2019-12-13 21:32:45 +08:00

6 lines
425 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

远程服务器使用策略:
* 统一使用 debian 系统。
* 禁止 root 用户远程登录,另建 adot (admin+root) 用户用于远程登录。
* 软件、配置安装在 /faronear 目录下,尽量保持与 git 仓库的路径一致,例如 /faronear/tic/wallet/dist/
* /faronear 允许 adot 访问,但必须把其中机密文件的权限设置到最小。
* 用 adot 账号远程登录后su 后启动软件。