📄 install
字号:
Secure shell has the ability to run a command remotely. This means it hasan environment we might want to audit. To use this test, you can leave env_audit exactly where it is. To trigger the audit, type:ssh machine_name env_auditThe results will be dumped to /tmp/env_audit.log. Just correct machine_name and use the full path to env_audit.If you want to set a controlling tty, add the -t commandline argument to ssh. To use a specific account, use the -l command line option. For example, to use nobody account and have a controlling tty, type this:ssh -t -l nobody machine_name env_audit* you need to know nobody's password.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -