mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-11 11:13:17 +00:00
71c4893d01
Currently translated at 60.0% (3 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
436 B
Markdown
20 lines
436 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
|
|
```
|
|
|
|
W tym pliku będzie podobny wzór:
|
|
|
|
`json
|
|
{
|
|
{ "tokens": [
|
|
{
|
|
{ "token": "token_który_był_skopedowany",
|
|
{ "name": "device_name",
|
|
{ "data": "data"
|
|
}
|
|
```
|
|
|
|
Copy the token from the file and paste it in the next window.
|