Closed
Description
- Gitea version (or commit ref): 1.13.1
- Git version: 1:2.17.1-1ubuntu0.7
- Operating system:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
Package download from https://dl.gitea.io/gitea/ and running via systemd
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
Description
Setting SSH_SERVER_MACS
seems to be ignored.
app.ini contains SSH_SERVER_MACS = [email protected], hmac-sha2-256
but ssh -Q mac gitea@<gitea-host>
still lists all:
ssh -Q mac gitea@...
hmac-sha1
hmac-sha1-96
hmac-sha2-256
hmac-sha2-512
hmac-md5
hmac-md5-96
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]