diff options
author | Hans Nilsson <[email protected]> | 2015-04-16 16:12:49 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-04-21 09:25:52 +0200 |
commit | 20707ef7688bed44fec39c4673a8823211e94149 (patch) | |
tree | 94c00dc2ba560070f6594c6d6b8231bfd3c63c84 /lib/ssh/vsn.mk | |
parent | bbac1019905e6e493a2cd3c8463e53a818d0723d (diff) | |
download | otp-20707ef7688bed44fec39c4673a8823211e94149.tar.gz otp-20707ef7688bed44fec39c4673a8823211e94149.tar.bz2 otp-20707ef7688bed44fec39c4673a8823211e94149.zip |
ssh: added id_string option for server and client
For limiting Banner Grabbing attempts.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index fec8dacab7..b2b85a717f 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,4 +1,4 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.2.1 +SSH_VSN = 3.2.2 APP_VSN = "ssh-$(SSH_VSN)" |