minor fix in doc.go
This commit is contained in:
parent
6da9765af5
commit
9e0d8f1af4
1 changed files with 2 additions and 3 deletions
|
|
@ -3,11 +3,10 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
/*
|
||||
Package ssh in sshpiper is compatible with golang.org/x/crypto/ssh.
|
||||
SSHPiper provides additional APIs to ssh that allows you to build a piped ssh connection.
|
||||
Also, package ssh in sshpiper is compatible with golang.org/x/crypto/ssh.
|
||||
All func and datatype left unchanged. You can use it like golang.org/x/crypto/ssh.
|
||||
|
||||
Also, sshpiper provide additional APIs that allows you to build a piped ssh connection.
|
||||
|
||||
SSH is a transport security protocol, an authentication protocol and a
|
||||
family of application protocols. The most typical application level
|
||||
protocol is a remote shell and this is specifically implemented. However,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue