From 216f0477b557d5aa6a47fbb0e44d9669c2b30bd5 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 24 Sep 2015 17:55:01 -0400 Subject: fix subrepo break change --- modules/crypto/ssh/doc.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 modules/crypto/ssh/doc.go (limited to 'modules/crypto/ssh/doc.go') diff --git a/modules/crypto/ssh/doc.go b/modules/crypto/ssh/doc.go new file mode 100755 index 00000000..d6be8946 --- /dev/null +++ b/modules/crypto/ssh/doc.go @@ -0,0 +1,18 @@ +// Copyright 2011 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +/* +Package ssh implements an SSH client and server. + +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, +the multiplexed nature of SSH is exposed to users that wish to support +others. + +References: + [PROTOCOL.certkeys]: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/PROTOCOL.certkeys?rev=HEAD + [SSH-PARAMETERS]: http://www.iana.org/assignments/ssh-parameters/ssh-parameters.xml#ssh-parameters-1 +*/ +package ssh // import "golang.org/x/crypto/ssh" -- cgit v1.2.3