Update README for ssh authentication

This commit is contained in:
Josué Tille 2021-07-23 00:22:14 +02:00
parent 7218fd734b
commit 33a6680031
No known key found for this signature in database
GPG Key ID: 716A6C99B04194EF

View File

@ -68,7 +68,15 @@ Host domain.tld
port 2222 # change this with the port you use
```
Architecture: this package is compatible with amd64, i386 and arm. The package will try to detect it with the command uname -m and fail if it can't detect the architecture. If that happens please open an issue describing your hardware and the result of the command `uname -m`.
You will also need to add the `gitea` user in the ssh permission with this command:
```
sudo adduser gitea ssh.app
```
### Architecture
This package is compatible with amd64, i386 and arm. The package will try to detect it with the command uname -m and fail if it can't detect the architecture. If that happens please open an issue describing your hardware and the result of the command `uname -m`.
### Upgrade