We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17e78b7 + 9183c0d commit e5ef972Copy full SHA for e5ef972
1 file changed
xdmod/README.md
@@ -235,9 +235,15 @@ full name of each user for each system username. This file is in a `csv` format.
235
This has not been automated for this tutorial. We dont want you to fall asleep!
236
237
Login to frontend via SSH and user: `hpcadmin` password: `ilovelinux`:
238
+
239
```bash
240
ssh -p6222 hpcadmin@localhost
241
```
242
+SSH to the xdmod container:
243
244
+```bash
245
+ssh xdmod
246
+```
247
248
Create a file with the contents below:
249
The file needs to be able to be read by the `xdmod` user, for this demo it will be
0 commit comments