diff options
Diffstat (limited to 'ssh/fsi-copy-id')
-rwxr-xr-x | ssh/fsi-copy-id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/fsi-copy-id b/ssh/fsi-copy-id index a6b43b9..db5b35c 100755 --- a/ssh/fsi-copy-id +++ b/ssh/fsi-copy-id @@ -71,7 +71,7 @@ foreach host $hosts { "$user@$host.fsi.uni-tuebingen.de's password:" {send "$password\r"} "ERROR: Host key verification failed." { send_error "Please make sure that you follow our setup: " - send_error "https://www.fsi.uni-tuebingen.de/interna/admin-doku/ssh\n" + send_error "https://wiki.fsi.uni-tuebingen.de/interna/admin-doku/ssh\n" send_error "You must either use the UserKnownHostsFile option " send_error "or have all host keys in your ~/.ssh/known_hosts\n" exit 1 |