minor fix in doc.go

This commit is contained in:
tgic 2014-12-22 19:13:08 +08:00 committed by Boshi Lian
parent 6da9765af5
commit 9e0d8f1af4

View file

@ -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,