Skip to content

Commit

Permalink
Merge pull request voxpupuli#81 from hbenali/add_PubkeyAcceptedKeyTypes
Browse files Browse the repository at this point in the history
Add support of PubkeyAcceptedKeyTypes for ssh_config
  • Loading branch information
ekohl authored Sep 28, 2022
2 parents 8a4a1ad + b92319f commit b92f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/ssh_config/augeas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def self.get_value(aug, pathx)
end

def self.set_value(aug, base, path, label, value)
if label =~ %r{Ciphers|SendEnv|MACs|(HostKey|Kex)Algorithms|GlobalKnownHostsFile}i
if label =~ %r{Ciphers|SendEnv|MACs|(HostKey|Kex)Algorithms|GlobalKnownHostsFile|PubkeyAcceptedKeyTypes}i
set_array_value(aug, path, value)
else
set_simple_value(aug, base, path, label, value)
Expand Down

0 comments on commit b92f102

Please sign in to comment.