NEMO2/FAQ: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
(Created page with "__TOC__ === Q: I am having problems logging in to the cluster: === ==== A: What you can do: ==== * Double-check your username and password. * Make sure your CAPS LOCK key is not enabled. * Try resetting your password if you have forgotten it. * Ensure your account is not locked or expired. * Try logging in from a different device or browser. * Are you within the...")
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
* Make sure your CAPS LOCK key is not enabled.
* Make sure your CAPS LOCK key is not enabled.
* Try [[Registration/Password|resetting your password]] if you have forgotten it.
* Try [[Registration/Password|resetting your password]] if you have forgotten it.
* Ensure your account is not [[Registration/Account|locked or expired]].
* Ensure your [[Registration/Account|account]] is not locked or expired.
* Ensure you have a valid [[Registration/bwForCluster/RV|Rechenvorhaben/project]].
* Try logging in from a different device or browser.
* Try logging in from a different device or browser.
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?
* Are you within the university network (Universities in Baden-Württemberg, BELWÜ)?
Line 12: Line 13:
[[File:Ip_check.png|center|400px|thumb|Check IP Info.]]
[[File:Ip_check.png|center|400px|thumb|Check IP Info.]]
* Send us the output of the following command:
* Send us the output of the following command:
ssh -l [[username]] [[Registration/Login/Hostname|hostname]] -vvv
<pre>
# Example:
ssh -l [[username]] [[Registration/Login/Hostname|hostname]] -vvv
ssh -l fr_ab1234 login.nemo.uni-freiburg.de -vvv
# Example:
ssh -l fr_ab1234 login.nemo.uni-freiburg.de -vvv
</pre>

Latest revision as of 17:07, 21 November 2025

Q: I am having problems logging in to the cluster:

A: What you can do:

Check IP Info.
  • Send us the output of the following command:
 ssh -l username hostname -vvv
 # Example:
 ssh -l fr_ab1234 login.nemo.uni-freiburg.de -vvv