Skip to content

Commit 297d948

Browse files
committed
docs(client): edit -r option #23
1 parent fc90dfe commit 297d948

3 files changed

Lines changed: 17 additions & 83 deletions

File tree

docs/client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ $ ssh -F /usr/local/ssh/other_config
275275
276276
**-i**
277277
278-
`-i`参数用于指定私钥,意为“identity_file”,默认值为`~/.ssh/id_dsa`。注意,对应的公钥必须存放到服务器,详见《密钥登录》一章。
278+
`-i`参数用于指定私钥,意为“identity_file”,默认值为`~/.ssh/id_dsa`(DSA 算法)和`~/.ssh/id_rsa`(RSA 算法)。注意,对应的公钥必须存放到服务器,详见《密钥登录》一章。
279279
280280
```bash
281281
$ ssh -i my-key server.example.com

package-lock.json

Lines changed: 15 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "Ruan Yifeng",
2626
"license": "CC-BY-SA-4.0",
2727
"dependencies": {
28-
"gh-pages": "^3.1.0",
28+
"gh-pages": "^3.2.3",
2929
"husky": "^4.3.8",
3030
"loppo": "^0.6.23",
3131
"loppo-theme-wangdoc": "^0.5.2"

0 commit comments

Comments
 (0)