summaryrefslogtreecommitdiff
path: root/cryptonomic-vpn
diff options
context:
space:
mode:
Diffstat (limited to 'cryptonomic-vpn')
-rwxr-xr-xcryptonomic-vpn2
1 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