mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 06:46:24 +00:00
perf: 使用winrm协议批量上传文件
This commit is contained in:
@@ -67,7 +67,7 @@ class JMSPermedInventory(JMSInventory):
|
||||
'postgresql': ['postgresql'],
|
||||
'sqlserver': ['sqlserver'],
|
||||
'ssh': ['shell', 'python', 'win_shell', 'raw'],
|
||||
'winrm': ['win_shell'],
|
||||
'winrm': ['win_shell', 'shell'],
|
||||
}
|
||||
|
||||
if self.module not in protocol_supported_modules_mapping.get(protocol.name, []):
|
||||
|
Reference in New Issue
Block a user