Skip to content

Commit

Permalink
Merge pull request #11082 from dexterle/fix-rule-ubtu-20-010141
Browse files Browse the repository at this point in the history
fix ssh-keysign path for UBTU-20-010141
  • Loading branch information
dodys authored Nov 21, 2023
2 parents a195365 + 4ae45df commit 2fe7db3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

{{%- if product in ["sle12", "sle15"] %}}
{{%- set ssh_keysign_path="/usr/lib/ssh/ssh-keysign" %}}
{{%- elif 'ubuntu' in product %}}
{{%- set ssh_keysign_path="/usr/lib/openssh/ssh-keysign" %}}
{{%- else %}}
{{%- set ssh_keysign_path="/usr/libexec/openssh/ssh-keysign" %}}
{{%- endif %}}
Expand Down Expand Up @@ -80,3 +82,4 @@ template:
path: /usr/libexec/openssh/ssh-keysign
path@sle12: /usr/lib/ssh/ssh-keysign
path@sle15: /usr/lib/ssh/ssh-keysign
path@ubuntu2004: /usr/lib/openssh/ssh-keysign

0 comments on commit 2fe7db3

Please sign in to comment.