Skip to content

Commit 273c5f5

Browse files
authored
Merge pull request #1294 from wdpypere/login_nodes
update some minor login node info
2 parents 22602bf + 21e8eae commit 273c5f5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

mkdocs/docs/HPC/crontab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ previously generated crontab tasks. If that is not the case you can
4848
always jump from one login node to another with:
4949

5050
```
51-
ssh gligar09 # or gligar10
51+
ssh gligar09 # or gligar10 or gligar11
5252
```

mkdocs/docs/HPC/linux-tutorial/getting_started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,17 +210,17 @@ in a variety of ways.
210210
We limit ourselves to determining the hostname:
211211
```
212212
$ hostname
213-
gligar01.gligar.os
213+
gligar09.gligar.os
214214

215215
$ echo $HOSTNAME
216-
gligar01.gligar.os
216+
gligar09.gligar.os
217217
```
218218
219219
And querying some basic information about the Linux kernel:
220220
```
221221
$ uname -a
222-
Linux gligar01.gligar.os 2.6.32-573.8.1.el6.ug.x86_64 #1 SMP Mon Nov 16 15:12:09
223-
CET 2015 x86_64 x86_64 x86_64 GNU/Linux
222+
Linux gligar10.gastly.os 5.14.0-570.42.2.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC
223+
Mon Sep 8 12:15:13 EDT 2025 x86_64 x86_64 x86_64 GNU/Linux
224224
```
225225
226226
## Exercises

mkdocs/extra/gent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ loginnode: login.hpc.ugent.be
1717
loginhost: gligar09.gastly.os
1818
altloginhost: gligar10.gastly.os
1919
modules_last_updated: Thu, 09 Apr 2026 at 07:58:58 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
20-
# get these with ssh-keyscan gligar01.ugent.be > file
20+
# get these with ssh-keyscan login.hpc.ugent.be > file
2121
# ssh-keygen -l -f file
2222
# ssh-keygen -l -f file -E md5
2323
# verify with the keys actually on the host with

0 commit comments

Comments
 (0)