1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-12 09:18:13 +00:00
Files
gitea/models/ssh_key.go
zeripath cb31f88383 Fixes #8369: Create .ssh dir as necessary (#8486) (#8489)
* Ensure .ssh dir exists before rewriting public keys

* Ensure .ssh dir exists before appending to authorized_keys

* Log the error because it would be useful to know where it is trying to MkdirAll

* Only try to create RootPath if it's not empty
2019-10-13 23:01:52 +03:00

26 KiB