diff options
Diffstat (limited to 'src/triggers/post-compile/ssh-authkeys')
-rwxr-xr-x | src/triggers/post-compile/ssh-authkeys | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/triggers/post-compile/ssh-authkeys b/src/triggers/post-compile/ssh-authkeys index a95018d..4735bfb 100755 --- a/src/triggers/post-compile/ssh-authkeys +++ b/src/triggers/post-compile/ssh-authkeys @@ -11,6 +11,7 @@ use Gitolite::Common; # To parse the pubkeyfile with options etc. # 0.16 adds ecdsa keys # 0.17 adds ed25519 keys +# 0.17.xx Gentoo patching adds security keys use Net::SSH::AuthorizedKeysFile 0.17; $|++; |