mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-02 23:23:21 +00:00
19 lines
462 B
INI
19 lines
462 B
INI
[defaults]
|
||
forks = 20
|
||
host_key_checking = False
|
||
library = /opt/jumpserver/apps/libs/ansible/modules:./modules
|
||
timeout = 65
|
||
[inventory]
|
||
[privilege_escalation]
|
||
[paramiko_connection]
|
||
[ssh_connection]
|
||
# Docker 隔离下 ControlMaster 在 bind mount 上无法创建 mux socket(macOS 尤其明显)
|
||
ssh_args = -o ControlMaster=no -o ControlPersist=no
|
||
pipelining = True
|
||
|
||
[persistent_connection]
|
||
[accelerate]
|
||
[selinux]
|
||
[colors]
|
||
[diff]
|