mirror of https://github.com/jumpserver/jumpserver
perf: terminal type remove ssh
parent
d4e215aeaa
commit
e347e05210
|
@ -153,7 +153,7 @@ class ConnectMethodUtil:
|
|||
protocols = {
|
||||
TerminalType.koko: {
|
||||
'web_methods': [WebMethod.web_cli, WebMethod.web_sftp],
|
||||
'listen': [Protocol.ssh, Protocol.http],
|
||||
'listen': [Protocol.http],
|
||||
'support': [
|
||||
Protocol.ssh, Protocol.telnet,
|
||||
Protocol.mysql, Protocol.postgresql,
|
||||
|
|
Loading…
Reference in New Issue