From 3a287c41005e1081169ad80d763396119c90ef79 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 4 Oct 2021 22:40:07 -0400 Subject: remove logfile that was only there to debug --- selfpublish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfpublish.sh b/selfpublish.sh index c24c9b7..1029556 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -458,7 +458,7 @@ then 2>&1 withsetx gpg --locate-keys "$uid" 2>/dev/null withsetx delv @1.1.1.1 -t sshfp "$hostname" export hostname HostKeyAlgorithm - 2>&1 withsetx sh -c 'ssh -v -i /dev/null -o BatchMode=yes -o HostKeyAlgorithms=${HostKeyAlgorithm} -o VerifyHostKeyDNS=yes -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null "$hostname" -- true 2>&1 | tee cryptonomic.ssh.$$.log | egrep "DNS|Server host key|match:|Connecting to|Connection|Authenticating to"' + 2>&1 withsetx sh -c 'ssh -v -i /dev/null -o BatchMode=yes -o HostKeyAlgorithms=${HostKeyAlgorithm} -o VerifyHostKeyDNS=yes -o GlobalKnownHostsFile=/dev/null -o UserKnownHostsFile=/dev/null "$hostname" -- true 2>&1 | egrep "DNS|Server host key|match:|Connecting to|Connection|Authenticating to"' elif [ "$1" = hostname ] then -- cgit v1.2.3