diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2016-02-16 07:47:54 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-02-17 16:37:56 +1100 |
commit | eb3f7337a651aa01d5dec019025e6cdc124ed081 (patch) | |
tree | 9a8f0fa08fe7f4b0fa517fc3eb6aca6c11573544 /ssh.1 | |
parent | e7901efa9b24e5b0c7e74f2c5520d47eead4d005 (diff) | |
download | openssh-git-eb3f7337a651aa01d5dec019025e6cdc124ed081.tar.gz |
upstream commit
no need to state that protocol 2 is the default twice;
Upstream-ID: b1e4c36b0c2e12e338e5b66e2978f2ac953b95eb
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -33,7 +33,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.367 2016/02/16 05:11:04 djm Exp $ +.\" $OpenBSD: ssh.1,v 1.368 2016/02/16 07:47:54 jmc Exp $ .Dd $Mdocdate: February 16 2016 $ .Dt SSH 1 .Os @@ -795,7 +795,6 @@ or the and .Fl 2 options (see above). -Protocol 2 is the default. Protocol 1 should not be used - it suffers from a number of cryptographic weaknesses and is only offered to support legacy devices. .Pp |