diff options
author | Dmitry Sharshakov <d3dx12.xx@gmail.com> | 2023-04-10 20:22:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 13:22:51 -0400 |
commit | eb397c3e631099686f8c11cbd0ca303fd37908ba (patch) | |
tree | 3b96a10c8ef3ccd06f958ab471db420d596d11e5 /options | |
parent | d7552c27d38f5ad342fe1c17cedfb6e22ba4d5d8 (diff) | |
download | gitea-eb397c3e631099686f8c11cbd0ca303fd37908ba.tar.gz gitea-eb397c3e631099686f8c11cbd0ca303fd37908ba.zip |
Allow adding SSH keys even if SSH server is disabled (#24025)
This is useful in case you want to use them for signature verification.
A notice is added to avoid confusion.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7e9675ee73..bd7e64fc6d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -739,6 +739,7 @@ principal_state_desc = This principal has been used in the last 7 days show_openid = Show on profile hide_openid = Hide from profile ssh_disabled = SSH Disabled +ssh_signonly = SSH is currently disabled so these keys are only used for commit signature verification. ssh_externally_managed = This SSH key is externally managed for this user manage_social = Manage Associated Social Accounts social_desc = These social accounts are linked to your Gitea account. Make sure you recognize all of them as they can be used to sign in to your Gitea account. |