diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-06-04 15:00:27 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-06-04 15:00:27 +0200 |
commit | 390a447b407455218f6f2b90e59df3cd07286f54 (patch) | |
tree | 46a277d8115307fe4b96dd1c46c6eed4616679ae /USE.md | |
parent | 5b68ed3e51ab75a44f5bca0ac9637e78e7aae644 (diff) |
Diffstat (limited to 'USE.md')
-rw-r--r-- | USE.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Shell introduction -As member of {{organisation}} -you can get a shell account at {{shellhost}}. +As member of Example orga +you can get a shell account at shell.example.org. A shell account provides you a "home" at the system, that you can access with a command-line console interface either interactively or automated by scripts. -You need to {{contact_sysadmins}} to get your shell account created. +You need to contact_sysadmins to get your shell account created. Provide your full name, email, and cellphone number, which is shared with all users for use in case of problems with your account. @@ -15,6 +15,16 @@ You may also suggest a name for your account (only lower-case simple letters). +## Special strings + +NB! This documentation uses special strings +which you may want to adapt for your local setup: + +organisation: Example orga +shellhost: shell.example.org +contact_sysadmins: contact sysadmins + + ## Remote access Your shell environment is accessed via Secure Shell (ssh) |