Skip to content

Commit d859217

Browse files
committed
docs(server): fix typo
1 parent 66a5cdb commit d859217

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ Port 8080
292292

293293
`Protocol`指定 sshd 使用的协议。`Protocol 1`表示使用 SSH 1 协议,建议改成`Protocol 2`(使用 SSH 2 协议)。`Protocol 2,1`表示同时支持两个版本的协议。
294294

295-
**PubKeyAuthentication**
295+
**PubkeyAuthentication**
296296

297-
`PubKeyAuthentication`指定是否允许公钥登录,默认值为`yes``PubKeyAuthentication yes`)。
297+
`PubkeyAuthentication`指定是否允许公钥登录,默认值为`yes``PubkeyAuthentication yes`)。
298298

299299
**QuietMode**
300300

0 commit comments

Comments
 (0)