mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 14:19:16 +00:00
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/
This commit is contained in:
parent
e6f367e57a
commit
000cff7b8c
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue