From 33a6680031e5b9cf513fcd8dc4c381147af86b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 23 Jul 2021 00:22:14 +0200 Subject: [PATCH] Update README for ssh authentication --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fea2325..32f2004 100644 --- a/README.md +++ b/README.md @@ -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