diff --git a/assets/markdown/how_fallback_ssh-sk.md b/assets/markdown/how_fallback_ssh-sk.md index ce90e76a..bd5d4a86 100644 --- a/assets/markdown/how_fallback_ssh-sk.md +++ b/assets/markdown/how_fallback_ssh-sk.md @@ -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.