mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-12 09:44:08 +00:00
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/ja/
19 lines
537 B
Markdown
19 lines
537 B
Markdown
ルートユーザーとしてサーバーにログインして、ファイル `/etc/nixos/userdata/tokens.json` の内容を確認してください。
|
|
|
|
```sh
|
|
cat /etc/nixos/userdata/tokens.json
|
|
```
|
|
|
|
このファイルは同様の構造になっています。
|
|
|
|
```json
|
|
{
|
|
"tokens": [
|
|
{
|
|
"token": "コピーするトークン",
|
|
"name": "端末名",
|
|
"date": "日付"
|
|
}
|
|
```
|
|
|
|
ファイルからトークンをコピーして、次のウィンドウ内に貼り付けてください。
|