diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-load-user-key.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index 651a08b1..4655fbad 100755 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -61,7 +61,7 @@ sub geturl { check_http($url) if ($proto eq 'http'); - my $cmd = "curl -#"; + my $cmd = "curl --insecure -#"; # Handle user@host syntax which curl doesn't do if ($proto eq 'scp') { |