Translated using Weblate (Slovak)

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/sk/
pull/225/head
Mithras 2023-04-28 14:10:50 +00:00 committed by Weblate
parent e6f367e57a
commit 000cff7b8c
1 changed files with 8 additions and 8 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`
Prihláste sa ako používateľ root na server a pozrite sa na obsah súboru `/etc/nixos/userdata/tokens.json
```sh
cat /etc/nixos/userdata/tokens.json
```
This file will have a similar construction:
V tomto súbore bude podobný dizajn:
```json
``json
{
"tokens": [
{"tokens": [
{
"token": "token_to_copy",
"name": "device_name",
"date": "date"
{"token": "token_which_has_been_scoped",
{"name": "device_name",
{"date": "date"
}
```
Copy the token from the file and paste it in the next window.
Skopírujte token zo súboru a vložte ho do ďalšieho okna.