summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-08-23 13:40:52 +0200
committerGitHub <noreply@github.com>2020-08-23 13:40:52 +0200
commit0a4424343c9b43872b5ddc4c2754256cd41c2886 (patch)
treed1f5d86451f156df3d4ed6382559564f9c7d36e0
parent296ef04fc762548621401d4463151dfb4c8c3965 (diff)
parent211e91eae094c64639bc7cce902a386d48cd3522 (diff)
downloadvyatta-cfg-system-0a4424343c9b43872b5ddc4c2754256cd41c2886.tar.gz
vyatta-cfg-system-0a4424343c9b43872b5ddc4c2754256cd41c2886.zip
Merge pull request #126 from sever-sever/T2423
conf-mode: T2423: Loadkey add insecure option
-rwxr-xr-xscripts/vyatta-load-user-key.pl2
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') {