From 5b25c5155312f626813e0d36b7933f5eba801dd2 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Fri, 29 Oct 2021 21:53:53 -0400 Subject: Major dotfile cleanup --- keys/auth.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 keys/auth.sh (limited to 'keys/auth.sh') diff --git a/keys/auth.sh b/keys/auth.sh deleted file mode 100755 index 15313a0..0000000 --- a/keys/auth.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -_timeout=5 -_url="https://www.rygel.us/etc/keys/personal" -cache="/etc/ssh/keys" - -_temp="$(mktemp)" - -if curl \ - --connect-timeout $_timeout \ - "$_url" > "$_temp" 2>/dev/null -then - cat "$_temp" | tee $cache -else - cat $cache -fi - -rm "$_temp" -- cgit v1.2.3