aboutsummaryrefslogtreecommitdiff
path: root/ssh/fsi-copy-id
diff options
context:
space:
mode:
authorLukas Oertel2023-02-12 22:48:16 +0100
committerLukas Oertel2023-02-12 22:48:16 +0100
commit3a87529488723d83e2ce91b586d0c53d10bd4590 (patch)
treeb05e65955e110be1700f375212f15b681101014b /ssh/fsi-copy-id
parent5f73a06ba4a4a65d4f23c97fd72b0e2f246e3dfd (diff)
Fix links pointing to our DokuWiki
Diffstat (limited to 'ssh/fsi-copy-id')
-rwxr-xr-xssh/fsi-copy-id2
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