IMPORTANT
You must ensure that your profile on the CHPC User Portal has your institution or company email address.
Generic email addresses (e.g., Gmail, Yahoo, etc.) are no longer accepted as the primary email address for your account.
As a result, users currently registered with personal email addresses have been temporarily blocked from accessing Lengau until their email address is updated.
What you need to do:
Note: Your password has not changed. If you have forgotten your password, please use the password reset option. The reset instructions will be sent to your insitutional registered email address.
After successfully updating your email, access to Lengau will be restored within 24 hours.
As of 20 June 2026, the Lengau login procedure has been made much more secure. There are three layers of security:
This is the process for logging into Lengau for the first time once services have been restored:
The process is demonstrated in this video.
Before asking for help, please take a look at our Login FAQ
Users manage their profile data on the CHPC user portal. To protect the integrity of the cluster login credentials as well as private information, logging into this web-based user portal will require the user to enter a 6-digit code which will be sent automatically to their registered email address. Contact the CHPC helpdesk immediately if you notice such any such email not triggered by yourself.
A VPN is used to restrict access to the CHPC network to registered CHPC users. In addition, each registered user may have only one open VPN connection at any given time. Get your WireGuard configuration file on the CHPC user portal. Additional client software install instructions are available on the WireGuard web page.
For more information see the CHPC VPN guide.
If you are experiencing difficulties, work through this checklist:
nslookup lengau.chpc.ac.za return an IP address? It should be 10.128.15.127To increase security without incurring too much unnecessary effort, cluster login is by means of ssh-keys only. Passwords are inherently insecure and easy to get wrong. Ssh-keys are easy to set up and make subsequent logins much easier. The process is explained on this page.
Access to the DTN node for large file transfers, including large pip and git builds, is by application only. Send your request to be added to the DTN node access group to our Helpdesk.
The DTN node dtn.chpc.ac.za is protected by additional two-factor authentication using the Google Authenticator app. Once your DTN access request is granted please follow the instructions below to set up the authentication.
Open the appropriate application install app for your phone:
ssh into the login node lengau.chpc.ac.za as usual.
Configure google authenticator for your account by running the command
google-authenticator -s ~/.google_authenticator_ssh
This will ask you several questions. The first question is
Do you want authentication tokens to be time-based (y/n)
Answer y for yes and press ENTER.
A QR code will then be displayed. Before going any further, you need to scan this QR code using the Authenticator app on your phone:
Note that the QR code may scroll off the top of the screen. Enlarge your ssh terminal window or reduce the font size so that the code is fully visible.
Once the code is accepted and a new key, named login2: folowed by your cluster user name, will appear in the Autheticator app list of codes.
Now continue to answer the google-authenticator questions on the cluster.
Important: Answer y (and press Enter) to all the questions to set up strong security.
Now you can ssh to the DTN node at dtn.chpc.ac.za. This connection will use your ssh key (like for lengau) to connect and then you will be prompted for the Authenticator code. Ensure that you distinguish between the passphrase for your key and the request for the Authenticator code:
Verification code:
Open the Authenticator app on your phone and look for the 6 digits below the login2: label. Type those in and press ENTER.