mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-27 07:44:23 +00:00
perf: 网络设备支持 sftp
This commit is contained in:
@@ -24,7 +24,7 @@ class DeviceTypes(BaseType):
|
||||
def _get_protocol_constrains(cls) -> dict:
|
||||
return {
|
||||
'*': {
|
||||
'choices': ['ssh', 'telnet']
|
||||
'choices': ['ssh', 'telnet', 'sftp']
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user