This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
quick:help [2021/12/09 16:42] 127.0.0.1 external edit |
quick:help [2025/06/30 14:39] (current) ccrosby [The Help Desk] |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== The Help Desk ===== | ===== The Help Desk ===== | ||
| - | If you need assistance, please go to [[http:// | + | If you need assistance, please go to [[http:// |
| ===== Please RTFM (Read The Fine Manual) ===== | ===== Please RTFM (Read The Fine Manual) ===== | ||
| Before submitting the support request, please take a moment to read whatever relevant documentation is available on [[http:// | Before submitting the support request, please take a moment to read whatever relevant documentation is available on [[http:// | ||
| + | |||
| + | ===== Asking for help with login problems ===== | ||
| + | CHPC users log into the cluster using the secure shell protocol, or ssh. However, there are many different software clients that can be used for this purpose, such as command line ssh from Linux, Windows or macOS, or applications such as PuTTY, MobaXterm or WinSSH. | ||
| + | < | ||
| + | ssh -v jblogs@lengau.chpc.ac.za | ||
| + | </ | ||
| + | will provide some additional information and | ||
| + | < | ||
| + | ssh -vv jblogs@lengau.chpc.ac.za | ||
| + | </ | ||
| + | even more. Simply saying "I cannot log in" does not enable us to help you. It could be for one of many reasons, such as: | ||
| + | - Network problems at the user's end | ||
| + | - Network problems at the CHPC's end | ||
| + | - Blocked login due to too many failed attempts | ||
| + | - Forgotten or mis-typed password | ||
| + | - A problem with the CHPC's login and authentication system | ||
| + | - A problem with the user's ssh client software | ||
| + | |||
| + | Here are some things that the user can try: | ||
| + | - Use a different client | ||
| + | - Get verbose output, as described above, to try and diagnose the problem | ||
| + | - Check network connectivity | ||
| + | - Check ssh login to a totally different site, if possible | ||
| + | - Try the alternative login node, such as '' | ||
| + | |||
| + | |||
| ===== Some hints on resolving your difficulty ===== | ===== Some hints on resolving your difficulty ===== | ||