Skip to content

Commit 7bc53b0

Browse files
committed
fix
1 parent f28a13a commit 7bc53b0

File tree

5 files changed

+35
-30
lines changed

5 files changed

+35
-30
lines changed

docs/src/content/docs/de/principles/ssh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Verständnis der SSH-Verbindungen in Server Box.
77

88
## Verbindungsablauf
99

10-
```
10+
```text
1111
Benutzereingabe → Spi-Konfiguration → genClient() → SSH-Client → Sitzung
1212
```
1313

@@ -17,6 +17,7 @@ Das `Spi` (Server Parameter Info) Modell enthält:
1717

1818
```dart
1919
class Spi {
20+
String id; // eindeutige ID / unique identifier
2021
String name; // Servername
2122
String ip; // IP-Adresse
2223
int port; // SSH-Port (Standard 22)
@@ -126,25 +127,25 @@ Verhindert **Man-in-the-Middle (MITM)** Angriffe, indem sichergestellt wird, das
126127

127128
### Speicherformat
128129

129-
```
130+
```text
130131
{spi.id}::{keyType}
131132
```
132133

133134
Beispiel:
134-
```
135+
```text
135136
mein-server::ssh-ed25519
136137
mein-server::ecdsa-sha2-nistp256
137138
```
138139

139140
### Fingerabdruck-Formate
140141

141142
**MD5 Hex:**
142-
```
143+
```text
143144
aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99
144145
```
145146

146147
**Base64:**
147-
```
148+
```text
148149
SHA256:AbCdEf1234567890...=
149150
```
150151

@@ -219,7 +220,7 @@ client.onError.listen((error) async {
219220

220221
## Lebenszyklus einer Verbindung
221222

222-
```
223+
```text
223224
┌─────────────┐
224225
│ Initial │
225226
└──────┬──────┘

docs/src/content/docs/es/principles/ssh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Entendiendo las conexiones SSH en Server Box.
77

88
## Flujo de Conexión
99

10-
```
10+
```text
1111
Entrada de Usuario → Configuración Spi → genClient() → Cliente SSH → Sesión
1212
```
1313

@@ -17,6 +17,7 @@ El modelo `Spi` (Server Parameter Info) contiene:
1717

1818
```dart
1919
class Spi {
20+
String id; // ID del servidor
2021
String name; // Nombre del servidor
2122
String ip; // Dirección IP
2223
int port; // Puerto SSH (por defecto 22)
@@ -126,25 +127,25 @@ Evita ataques de **Hombre en el Medio (MITM)** asegurando que te conectas al mis
126127

127128
### Formato de Almacenamiento
128129

129-
```
130+
```text
130131
{spi.id}::{keyType}
131132
```
132133

133134
Ejemplo:
134-
```
135+
```text
135136
mi-servidor::ssh-ed25519
136137
mi-servidor::ecdsa-sha2-nistp256
137138
```
138139

139140
### Formatos de Huella Digital (Fingerprint)
140141

141142
**MD5 Hex:**
142-
```
143+
```text
143144
aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99
144145
```
145146

146147
**Base64:**
147-
```
148+
```text
148149
SHA256:AbCdEf1234567890...=
149150
```
150151

@@ -219,7 +220,7 @@ client.onError.listen((error) async {
219220

220221
## Ciclo de Vida de la Conexión
221222

222-
```
223+
```text
223224
┌─────────────┐
224225
│ Inicial │
225226
└──────┬──────┘

docs/src/content/docs/fr/principles/ssh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Comprendre les connexions SSH dans Server Box.
77

88
## Flux de connexion
99

10-
```
10+
```text
1111
Entrée utilisateur → Configuration Spi → genClient() → Client SSH → Session
1212
```
1313

@@ -17,6 +17,7 @@ Le modèle `Spi` (Server Parameter Info) contient :
1717

1818
```dart
1919
class Spi {
20+
String id; // Identifiant unique
2021
String name; // Nom du serveur
2122
String ip; // Adresse IP
2223
int port; // Port SSH (par défaut 22)
@@ -126,25 +127,25 @@ Empêche les attaques de type **Man-in-the-Middle (MITM)** en s'assurant que vou
126127

127128
### Format de stockage
128129

129-
```
130+
```text
130131
{spi.id}::{keyType}
131132
```
132133

133134
Exemple :
134-
```
135+
```text
135136
mon-serveur::ssh-ed25519
136137
mon-serveur::ecdsa-sha2-nistp256
137138
```
138139

139140
### Formats d'empreinte
140141

141142
**MD5 Hex :**
142-
```
143+
```text
143144
aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99
144145
```
145146

146147
**Base64 :**
147-
```
148+
```text
148149
SHA256:AbCdEf1234567890...=
149150
```
150151

@@ -219,7 +220,7 @@ client.onError.listen((error) async {
219220

220221
## Cycle de vie de la connexion
221222

222-
```
223+
```text
223224
┌─────────────┐
224225
│ Initial │
225226
└──────┬──────┘

docs/src/content/docs/ja/principles/ssh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Server Box における SSH 接続の仕組みについて解説します。
77

88
## 接続フロー
99

10-
```
10+
```text
1111
ユーザー入力 → Spi 構成 → genClient() → SSH クライアント → セッション
1212
```
1313

@@ -17,6 +17,7 @@ Server Box における SSH 接続の仕組みについて解説します。
1717

1818
```dart
1919
class Spi {
20+
String id; // ユーザー ID / 一意の識別子
2021
String name; // サーバー名
2122
String ip; // IP アドレス
2223
int port; // SSH ポート (デフォルト 22)
@@ -126,25 +127,25 @@ onUserInfoRequest: (instructions) async {
126127

127128
### 保存形式
128129

129-
```
130+
```text
130131
{spi.id}::{keyType}
131132
```
132133

133134
例:
134-
```
135+
```text
135136
my-server::ssh-ed25519
136137
my-server::ecdsa-sha2-nistp256
137138
```
138139

139140
### フィンガープリント形式
140141

141142
**MD5 Hex:**
142-
```
143+
```text
143144
aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99
144145
```
145146

146147
**Base64:**
147-
```
148+
```text
148149
SHA256:AbCdEf1234567890...=
149150
```
150151

@@ -219,7 +220,7 @@ client.onError.listen((error) async {
219220

220221
## 接続ライフサイクル
221222

222-
```
223+
```text
223224
┌─────────────┐
224225
│ 初期状態 │
225226
└──────┬──────┘

docs/src/content/docs/zh/principles/ssh.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: SSH 连接是如何建立和管理的
77

88
## 连接流程
99

10-
```
10+
```text
1111
用户输入 → Spi 配置 → genClient() → SSH 客户端 → 会话 (Session)
1212
```
1313

@@ -17,6 +17,7 @@ description: SSH 连接是如何建立和管理的
1717

1818
```dart
1919
class Spi {
20+
String id; // 唯一标识
2021
String name; // 服务器名称
2122
String ip; // IP 地址
2223
int port; // SSH 端口 (默认 22)
@@ -126,25 +127,25 @@ onUserInfoRequest: (instructions) async {
126127

127128
### 存储格式
128129

129-
```
130+
```text
130131
{spi.id}::{keyType}
131132
```
132133

133134
示例:
134-
```
135+
```text
135136
my-server::ssh-ed25519
136137
my-server::ecdsa-sha2-nistp256
137138
```
138139

139140
### 指纹格式
140141

141142
**MD5 十六进制:**
142-
```
143+
```text
143144
aa:bb:cc:dd:ee:ff:00:11:22:33:44:55:66:77:88:99
144145
```
145146

146147
**Base64:**
147-
```
148+
```text
148149
SHA256:AbCdEf1234567890...=
149150
```
150151

@@ -219,7 +220,7 @@ client.onError.listen((error) async {
219220

220221
## 连接生命周期
221222

222-
```
223+
```text
223224
┌─────────────┐
224225
│ 初始化 │
225226
└──────┬──────┘

0 commit comments

Comments
 (0)