NEMO2/FAQ: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 13: 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