Skip to content

Commit

Permalink
Drop an unused variable in print_accepted_key_algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
P-EB authored and speed47 committed Mar 27, 2024
1 parent 6bad6da commit 065e14d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/perl/OVH/Bastion/ssh.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,6 @@ sub print_accepted_key_algorithms {
$fnret = OVH::Bastion::get_supported_ssh_algorithms_list(way => $way);
$fnret or osh_exit $fnret;
my @algoList = @{$fnret->value};
my $algos = join(' ', @algoList);

if (grep { 'ed25519-sk' eq $_ } @algoList) {
osh_info "FIDO2 Ed25519: strongness[######] speed[#####], use `ssh-keygen -t ed25519-sk' to generate one";
Expand Down

0 comments on commit 065e14d

Please sign in to comment.