mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-01 06:45:55 +00:00
perf: 使用winrm协议执行快捷命令
This commit is contained in:
parent
8aefacd7ed
commit
78d0e3f485
@ -67,6 +67,7 @@ class JMSPermedInventory(JMSInventory):
|
||||
'postgresql': ['postgresql'],
|
||||
'sqlserver': ['sqlserver'],
|
||||
'ssh': ['shell', 'python', 'win_shell', 'raw'],
|
||||
'winrm': ['win_shell'],
|
||||
}
|
||||
|
||||
if self.module not in protocol_supported_modules_mapping.get(protocol.name, []):
|
||||
|
Loading…
Reference in New Issue
Block a user