mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 13:43:17 +00:00
d72c790dea
Currently translated at 20.0% (1 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/pl/
20 lines
423 B
Markdown
20 lines
423 B
Markdown
Zaloguj się jako użytkownik root na swoim serwerze i przejrzyj zawartość pliku `/etc/nixos/userdata/tokens.json`
|
|
|
|
```sh
|
|
cat /etc/nixos/userdata/tokens.json
|
|
```
|
|
|
|
This file will have a similar construction:
|
|
|
|
```json
|
|
{
|
|
"tokens": [
|
|
{
|
|
"token": "token_to_copy",
|
|
"name": "device_name",
|
|
"date": "date"
|
|
}
|
|
```
|
|
|
|
Copy the token from the file and paste it in the next window.
|