]> source.dussan.org Git - gitea.git/commit
Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412)
authortechknowlogick <techknowlogick@gitea.io>
Sat, 1 Jul 2023 04:07:48 +0000 (00:07 -0400)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 04:07:48 +0000 (04:07 +0000)
commit469d89b95a1ce18dd34808a95c7230375e828e24
tree5c9f4647275fa9f08d0b487469ab03e04ff23d42
parentde981c39e642c9df77881aa3dc8161b1a2ae64c6
Set SSH_AUTHORIZED_KEYS_BACKUP to false (#25412)

This prevents the disk from overflowing with auth keys file

Fixes #17117

## ⚠️ BREAKING

This changes the default option for creating a backup of the authorized
key file when an update is made to default to false.
modules/setting/ssh.go