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