mirror of https://github.com/jumpserver/jumpserver
perf: windows 可以添加 sftp
parent
3c9c494979
commit
689fd12141
|
@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue