Changeset 2365 in ProjectBuilder for 0.14.6


Ignore:
Timestamp:
Feb 26, 2019, 1:37:40 AM (5 years ago)
Author:
Bruno Cornec
Message:

Fix ECDSA lack of support for RHEL7 and avoid : in release tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 0.14.6/pb/bin/pb

    r2327 r2365  
    46974697
    46984698# We still favour RSA and fall back to ECDSA if not available
    4699 $keyfile = "$ENV{'HOME'}/.ssh/id_rsa" if (-s "$ENV{'HOME'}/.ssh/id_rsa");
     4699#$keyfile = "$ENV{'HOME'}/.ssh/id_rsa" if (-s "$ENV{'HOME'}/.ssh/id_rsa");
    47004700if ($rsa != 0) {
    47014701    # And we favour a specific key over a generic one except if in delivery to ftp server
Note: See TracChangeset for help on using the changeset viewer.