summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-10-10 05:10:24 -0400
committerAndrew Cady <d@jerkface.net>2021-10-10 05:10:24 -0400
commit023d70d8eede8754eb4bf8e9d363dc7055ad2841 (patch)
tree1ada1d369c38dd163621bf403b03ad6605262c45
parente8d88f65f906f7be5b36e2c6b56e0d5ba633f368 (diff)
fixup! improve get-host-keys
-rwxr-xr-xget-host-keys2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-host-keys b/get-host-keys
index 4fbf9a0..e67830d 100755
--- a/get-host-keys
+++ b/get-host-keys
@@ -89,7 +89,7 @@ ssh \
89 89
90if test -t 1 90if test -t 1
91then 91then
92 diff -u ssh_known_hosts~ ssh_known_hosts 92 diff -u ssh_known_hosts~ ssh_known_hosts || true
93else 93else
94 cat ssh_known_hosts 94 cat ssh_known_hosts
95fi 95fi