1566875 : max-display connection closes after login¶
Created: 2026-01-13T14:02:28Z - current status: new¶
Anonymized Summary¶
A user reports being unable to access the Maxwell cluster via ssh @max-display.desy.de after their DESY account namespace was changed (e.g., from [OLD_GROUP] to [NEW_GROUP]). The connection fails after password and OTP input, with the error:
"Connection closed by [IP_ADDRESS] port 22".
The user confirms their account is part of the new group (visible in group memberships) but suspects the namespace change may have disrupted access.
Possible Solution¶
- Verify Group Access:
-
Ensure the new group (
[NEW_GROUP]) has permissions to accessmax-displaynodes. Some groups may require explicit whitelisting. -
Use Alternative Entry Points:
- Try connecting via
max-fs-display.desy.de(recommended for Photon Science users), which does not require bastion tunneling:bash ssh [USERNAME]@max-fs-display.desy.de -
If using
max-display, ensure the FastX client or SSH is configured correctly (e.g., port3389may be blocked on eduroam). -
Bastion Tunnel for Internal Access:
-
If accessing internal resources (e.g., Windows drives, DESY websites), use
bastion.desy.deas a jump host:bash ssh -J bastion.desy.de [USERNAME]@[TARGET_NODE] -
Contact Support:
- If the issue persists, open a ticket with the Maxwell service team (
maxwell.service@desy.de) to verify account/group permissions.