perf: terminal type remove ssh

pull/9229/head
feng 2022-12-21 18:26:06 +08:00
parent d4e215aeaa
commit e347e05210
1 changed files with 1 additions and 1 deletions

View File

@ -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,