Skip to content

Commit

Permalink
mxqi: Allow DSA keys
Browse files Browse the repository at this point in the history
We still have users with old DSA keys. Allow it for now.
  • Loading branch information
donald committed Jun 6, 2024
1 parent f25149f commit f7a644d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxqi/mxqi
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ sub server {
print $out "X11Forwarding yes\n";
print $out "AddressFamily inet\n";
print $out "HostKey $tmpdir/ssh_host_ed25519_key\n";
print $out "PubkeyAcceptedKeyTypes=+ssh-dss\n"; # still some old users with DSA keys
}

my $data_socket = $listen_socket->accept();
Expand Down

0 comments on commit f7a644d

Please sign in to comment.