- Gitea version (or commit ref): 1.10.0+dev-271-g7eacdcf39
- Git version: 2.22.0
- Operating system: Alpine Linux 3.10.2
- Database (use
[x]):
- Can you reproduce the bug at https://try.gitea.io:
- Log gist:
Description
Adding an SSH key to your account adds an entry in authorized_keys with command="/app/gitea/gitea serv key-X ..." .... Using the gitea admin regenerate keys command, those entries will be turned into command="/usr/local/bin/gitea serv key-X ..." ....
[x]):Description
Adding an SSH key to your account adds an entry in
authorized_keyswithcommand="/app/gitea/gitea serv key-X ..." .... Using thegitea admin regenerate keyscommand, those entries will be turned intocommand="/usr/local/bin/gitea serv key-X ..." ....