Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cluster-doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCL
cluster-doc
Commits
70efd65a
Commit
70efd65a
authored
3 weeks ago
by
Florian Hammer
Browse files
Options
Downloads
Patches
Plain Diff
Added user login issue solution. If .ssh folder has too wide permissions, login is not possible.
parent
4391e15d
No related branches found
No related tags found
No related merge requests found
Pipeline
#417201
passed
3 weeks ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/admin/troubleshooting.md
+17
-1
17 additions, 1 deletion
docs/admin/troubleshooting.md
with
17 additions
and
1 deletion
docs/admin/troubleshooting.md
+
17
−
1
View file @
70efd65a
...
...
@@ -17,13 +17,28 @@
## User management
### A newly added user has no access
**Issue**
: A user was added to the
**dl-iet-cluster@ost.ch**
group,
but still does not have access to the cluster after days.
#### Case 1
In case the user was successfully added and the home folder exists, check the permissions of the
`.ssh`
folder.
If permissions are too wide, i.e. not
`drwx------`
, set it accordingly
```
shell
$
chmod
700 .ssh
```
The user should now be able to log in.
#### Case 2
Check if the user is really part of the group
```
shell
groups
<user_name>
$
groups
<user_name>
```
shows a list of groups the user belongs to.
...
...
@@ -50,6 +65,7 @@ If positive, check whether the user is in the `group` file
```
Remove the user
`<user_name>`
from the file and try to log in again.
## Intelligent platform management interface (IPMI)
A set of tools to boot and reset nodes without the need of a running
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment