summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-10-10 05:35:28 -0400
committerAndrew Cady <d@jerkface.net>2021-10-10 05:35:28 -0400
commitdd3d60eb364727ee54282623d39737b2b85b6da2 (patch)
tree1a79d158e7e4f98eb064f84b0561a0ff913df8c2
parenta5dc38245e1e76d4bf8b321aac488b76ad399b43 (diff)
rename ssh-update-host-keys
-rwxr-xr-xcryptonomic-vpn2
-rwxr-xr-xssh-update-host-keys (renamed from get-host-keys)0
2 files changed, 1 insertions, 1 deletions
diff --git a/cryptonomic-vpn b/cryptonomic-vpn
index 2ca1fc0..0c60ae0 100755
--- a/cryptonomic-vpn
+++ b/cryptonomic-vpn
@@ -308,7 +308,7 @@ install_remote_public_key()
308 echo "Notice: using host key from OpenSSH KnownHostsFiles for $REMOTE_NAME" >&2 308 echo "Notice: using host key from OpenSSH KnownHostsFiles for $REMOTE_NAME" >&2
309 else 309 else
310 echo "Notice: scanning the network for host keys for $REMOTE_NAME" >&2 310 echo "Notice: scanning the network for host keys for $REMOTE_NAME" >&2
311 ./get-host-keys "$REMOTE_NAME" || die 'get-host-keys' 311 ./ssh-update-host-keys "$REMOTE_NAME" || die ssh-update-host-keys
312 find_known_ssh_host_rsa_key_by_name "$t" "$REMOTE_NAME" || die "could not find host rsa key for $REMOTE_NAME" 312 find_known_ssh_host_rsa_key_by_name "$t" "$REMOTE_NAME" || die "could not find host rsa key for $REMOTE_NAME"
313 fi 313 fi
314 314
diff --git a/get-host-keys b/ssh-update-host-keys
index 896d983..896d983 100755
--- a/get-host-keys
+++ b/ssh-update-host-keys