Merge pull request #9565 from jumpserver/pr@dev@fix_ssh_native

fix: ssh native 不显示问题
pull/9566/head
老广 2023-02-15 16:59:09 +08:00 committed by GitHub
commit 3d7428e828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,7 @@ class ConnectMethodUtil:
protocols = {
TerminalType.koko: {
'web_methods': [WebMethod.web_cli, WebMethod.web_sftp],
'listen': [Protocol.http],
'listen': [Protocol.http, Protocol.ssh],
'support': [
Protocol.ssh, Protocol.telnet,
Protocol.mysql, Protocol.postgresql,
@ -244,7 +244,6 @@ class ConnectMethodUtil:
listen = [protocol]
else:
listen = component_protocol['listen']
for listen_protocol in listen:
# Native method
methods[protocol.value].extend([