-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Get 500 when add ssh key #6715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From the timestamps of your log, it looks quite easy to reproduce. Where do you get the Gitea binrary? Do you build it from source or some package distributors? |
Yes I get the Gitea binrary. I do not build it from source. |
When create SSH key, gitea will save it on your /root/.ssh, maybe you can check the permission of that folder. |
or |
Oh………… |
on what path will it be on the windows ? |
If you don't want to write authorized_keys files you can turn them off and switch to use a authorized keys command in the SSH server configuration. See https://docs.gitea.io/en-us/command-line/#keys |
[x]
):Description
I run gitea as root but when I try to add ssh keys i get 500 error.
Screenshots
The text was updated successfully, but these errors were encountered: