From a5f41d0c08d9398f83dc6e81a3e072759638d15c Mon Sep 17 00:00:00 2001 From: xykonur <32743783+xykonur@users.noreply.github.com> Date: Mon, 29 Apr 2019 12:20:08 +0100 Subject: [PATCH] removed sshfp default OpenSSH has a bug with SSHFP/VerifyHostKeyDNS, which is probably fixed in 8.0. This commit needs to be reverted once Alpine Linux updates openssh-client package with the bugfix. https://bugs.alpinelinux.org/issues/8323 --- gateone/applications/terminal/app_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateone/applications/terminal/app_terminal.py b/gateone/applications/terminal/app_terminal.py index bc8b8cf5..b5272202 100644 --- a/gateone/applications/terminal/app_terminal.py +++ b/gateone/applications/terminal/app_terminal.py @@ -2765,7 +2765,7 @@ def init(settings): '/plugins/ssh/scripts/ssh_connect.py') default_command = ( "{0} -S " - r"'%SESSION_DIR%/%SESSION%/%SHORT_SOCKET%' --sshfp " + r"'%SESSION_DIR%/%SESSION%/%SHORT_SOCKET%' " r"-a '-oUserKnownHostsFile=\"%USERDIR%/%USER%/.ssh/known_hosts\"'" ).format(ssh_connect_path) settings['*']['terminal'].update({