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