mirror of https://github.com/jumpserver/jumpserver
commit
1044ff004b
|
@ -24,7 +24,7 @@ class DeviceTypes(BaseType):
|
|||
def _get_protocol_constrains(cls) -> dict:
|
||||
return {
|
||||
'*': {
|
||||
'choices': ['ssh', 'telnet']
|
||||
'choices': ['ssh', 'telnet', 'sftp']
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue