Skip to content

Commit

Permalink
removed sshfp default
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xykonur authored Apr 29, 2019
1 parent 6ae813e commit a5f41d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateone/applications/terminal/app_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit a5f41d0

Please sign in to comment.