From cd583c2e5d489c24622a705112bc4cc9611fecd5 Mon Sep 17 00:00:00 2001
From: Hauke Kirchner <hauke.gronenberg@gwdg.de>
Date: Tue, 20 Aug 2024 11:39:01 +0000
Subject: [PATCH] Update hostname in README.md

Closes #2
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b3ffdc8..5499931 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Now you can test whether you have access to the system. The instructors of the c
 Open a shell and adapt the following command:
 
 ```
-ssh -i .ssh/your-key your-username@glogin9.hlrn.de
+ssh -i .ssh/your-key your-username@glogin-gpu.hpc.gwdg.de
 ```
 
 - replace `your-username` with the username you have gotten via mail
-- 
GitLab