Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42565fa

Browse files
author
andesli
committed
fix README view problem
1 parent 7294bf5 commit 42565fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/password.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ gossh对于密码的支持比较灵活,可以通过-p参数指定,批量模
2121

2222
- 单机模式密码获取流程
2323

24-
![单机模式](https://github.com/andesli/gossh/raw/v0.1/docs/images/singlepass.png)
24+
![单机模式](https://github.com/andesli/gossh/raw/master/docs/images/singlepass.png)
2525

2626
- 批量模式模式密码获取流程
2727

28-
![批量模式](https://github.com/andesli/gossh/raw/v0.1/docs/images/batchpass.png)
28+
![批量模式](https://github.com/andesli/gossh/raw/master/docs/images/batchpass.png)
2929

3030
## 3.密码扩展
3131

3232
gossh支持密码插件的方式访问密码,通过定义一套标准的密码获取接口,外部插件只要实现该接口,就能注册进去。gossh内部默认实现了一个通过db获取密码的插件。
3333

3434
1. 通过访问db获取密码。
35-
gossh 提供了一个简单的默认实现,如果不指定操作的机器密码,gossh默认会访问:[gossh/auth/db/query.go](https://github.com/andesli/gossh/blob/master/auth/db/query.go#L9)中指定的db库表中查询。
35+
gossh 提供了一个简单的默认实现,如果不指定操作的机器密码,gossh默认会访问:[gossh/auth/db/query.go](https://github.com/andesli/gossh/blob/master/auth/db/query.go#L10)中指定的db库表中查询。
3636

3737
```
3838
10 const (

0 commit comments

Comments
 (0)