update api doc link
This commit is contained in:
parent
5b98dd6f4d
commit
1a20cc047e
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -218,10 +218,15 @@ This is useful when you want use publickey and something like [google-authentica
|
|||
you can configure the rule at `/etc/pam.d/sshpiperd`
|
||||
|
||||
|
||||
## API
|
||||
## API @ [Godoc](https://godoc.org/github.com/tg123/sshpiper/ssh#SSHPiperConfig)
|
||||
|
||||
sshpiper use a [modified version](ssh) of [golang.org/x/crypto/ssh](http://golang.org/x/crypto/ssh).
|
||||
[sshpiperd](sshpiperd) now is the front-end of the modified ssh.
|
||||
Package ssh in sshpiper is compatible with[golang.org/x/crypto/ssh](http://golang.org/x/crypto/ssh).
|
||||
All func and datatype left unchanged. You can use it like [golang.org/x/crypto/ssh](http://golang.org/x/crypto/ssh).
|
||||
|
||||
SSHPiper addtional API
|
||||
|
||||
* [NewSSHPiperConn](https://godoc.org/github.com/tg123/sshpiper/ssh#NewSSHPiperConn)
|
||||
* [SSHPiperConfig](https://godoc.org/github.com/tg123/sshpiper/ssh#SSHPiperConfig)
|
||||
|
||||
|
||||
## TODO List
|
||||
|
|
@ -229,7 +234,6 @@ sshpiper use a [modified version](ssh) of [golang.org/x/crypto/ssh](http://golan
|
|||
* deb package
|
||||
* live upgrade
|
||||
* unit test
|
||||
* API doc
|
||||
* man page
|
||||
* hostbased auth support
|
||||
* ssh-copy-id support or tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue