aboutsummaryrefslogtreecommitdiff
path: root/ssh
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
parent5f73a06ba4a4a65d4f23c97fd72b0e2f246e3dfd (diff)
Fix links pointing to our DokuWiki
Diffstat (limited to 'ssh')
-rw-r--r--ssh/README.md2
-rwxr-xr-xssh/fsi-copy-id2
2 files changed, 2 insertions, 2 deletions
diff --git a/ssh/README.md b/ssh/README.md
index eae2659..4ff3347 100644
--- a/ssh/README.md
+++ b/ssh/README.md
@@ -2,4 +2,4 @@
## Documentation
-See https://www.fsi.uni-tuebingen.de/interna/admin-doku/ssh.
+See https://wiki.fsi.uni-tuebingen.de/interna/admin-doku/ssh.
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