Translated using Weblate (German)

Currently translated at 100.0% (5 of 5 strings)

Translation: SelfPrivacy/SelfPrivacy App Markdown: how_fallback_ssh
Translate-URL: http://weblate.selfprivacy.org/projects/selfprivacy/selfprivacy-app-markdown-how_fallback_ssh/de/
pull/204/head
FoxMeste 2023-02-10 22:20:34 +00:00 committed by Weblate
parent 0edc6ab30f
commit 8756d53545
1 changed files with 6 additions and 6 deletions

View File

@ -1,19 +1,19 @@
Login as root user to your server and look at the contents of the file `/etc/nixos/userdata/tokens.json` Melden Sie sich als Root-Benutzer auf Ihrem Server an und sehen Sie sich den Inhalt der Datei `/etc/nixos/userdata/tokens.json` an
```sh ```sh
cat /etc/nixos/userdata/tokens.json cat /etc/nixos/userdata/tokens.json
``` ```
This file will have a similar construction: Diese Datei hat einen ähnlichen Aufbau:
```json ```json
{ {
"tokens": [ "tokens": [
{ {
"token": "token_to_copy", "token": "token_zum_Kopieren",
"name": "device_name", "name": "Gerätname",
"date": "date" "date": "Datum"
} }
``` ```
Copy the token from the file and paste it in the next window. Kopieren Sie das Token aus der Datei und fügen Sie es im nächsten Fenster ein.