Merge pull request #11372 from jumpserver/pr@dev@device_add_sftp

perf: 网络设备支持 sftp
pull/11381/head
老广 2023-08-21 15:40:30 +08:00 committed by GitHub
commit 1044ff004b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class DeviceTypes(BaseType):
def _get_protocol_constrains(cls) -> dict:
return {
'*': {
'choices': ['ssh', 'telnet']
'choices': ['ssh', 'telnet', 'sftp']
}
}