oms文档
  • 什么是OMS?
  • Guides
    • 资产管理
    • 批量操作
    • SSH
    • 文件浏览器
    • 任务管理
    • 隧道管理
    • 简要主机监控
  • Extras
    • 剧本
    • 编写自定义剧本插件
    • SSHD指标
Powered by GitBook
On this page
  1. Extras

SSHD指标

cat /etc/ssh/sshd_config

#MaxSessions 10
#ClientAliveCountMax 3
#MaxStartups 10:30:100
MaxSessions 表示一个连接最多的channel数,意味着并发使用只能有10个channel同时任务
如果需要更高的并发值,请调高此参数。
Previous编写自定义剧本插件

Last updated 2 years ago