mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-18 16:39:28 +00:00
perf: windows 可以添加 sftp
This commit is contained in:
@@ -36,7 +36,7 @@ class HostTypes(BaseType):
|
||||
'choices': ['ssh', 'sftp', 'telnet', 'vnc', 'rdp']
|
||||
},
|
||||
cls.WINDOWS: {
|
||||
'choices': ['rdp', 'ssh', 'vnc', 'winrm']
|
||||
'choices': ['rdp', 'ssh', 'sftp', 'vnc', 'winrm']
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user