From 9e0d8f1af4e76003f12bbb7b01def590e81d609b Mon Sep 17 00:00:00 2001 From: tgic Date: Mon, 22 Dec 2014 19:13:08 +0800 Subject: [PATCH] minor fix in doc.go --- ssh/doc.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ssh/doc.go b/ssh/doc.go index 405449c6..b0ce681d 100644 --- a/ssh/doc.go +++ b/ssh/doc.go @@ -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,