NEMO/Login
Login
Access to NEMO is limited to IP addresses from the BelWü network. All home institutions of our current users are connected to BelWü, so if you are on your campus network (e.g. in your office or on the campus WiFi) you should be able to connect to NEMO without restrictions. If you are outside one of the BelWü networks (e.g. at home), a VPN connection to the home institution or a connection to an SSH jump host at the home institution must be established first. |
After registration (registration procedure at Registration/bwForCluster), the bwForCluster NEMO can be accessed via a Secure Shell like ssh on Linux and Mac or MobaXterm on Windows. Please refer further to Information for already registered users at the bottom of the bwForCluster registration page, especially the Login Guide.
Hostnames for NEMO
There are two login nodes for NEMO login1 and login2.
login1: login.nemo.uni-freiburg.de # alias for login1 login1.nemo.uni-freiburg.de login2: login2.nemo.uni-freiburg.de
SSH form Linux or Mac
See Login Guide.
From linux machines, you can log in using
ssh <UserID>@login.nemo.uni-freiburg.de # alias for login1 ssh <UserID>@login1.nemo.uni-freiburg.de ssh <UserID>@login2.nemo.uni-freiburg.de
To run graphical applications, you can use the -X or -Y flag to openssh:
ssh -Y -l <UserID> login1.nemo.uni-freiburg.de ssh -Y -l <UserID> login2.nemo.uni-freiburg.de
For better performance on slow connections you should use e.g. VNC.
SSH from Windows
See Login Guide.
Start MobaXterm, fill in the following fields:
Remote name : login.nemo.uni-freiburg.de # or login1.nemo.uni-freiburg.de, login2.nemo.uni-freiburg.de Specify user name : <UserID> Port : 22
After that click on 'ok'. Then a terminal will be opened and there you can enter your credentials.
About UserID / Username
See Login Guide.
Example
So if your local username for the University is vwxyz1234
and you are a user from the University of Freiburg this would combine to:
ssh -l fr_vwxyz1234 login.nemo.uni-freiburg.de
Allowed activities on login nodes
See Allowed Activities on Login Nodes in the Login Guide.
We advise users to use interactive jobs for compute and memory intensive tasks like compiling.
Password Reset
See Password Guide.
De-registration
Further reading
- bwForCluster NEMO main wiki
- Scientific software is made accessible using the Software Modules system
- Compute jobs must be submitted as Batch Jobs