diff options
author | Hans Nilsson <[email protected]> | 2015-08-26 09:53:06 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-08-26 09:53:06 +0200 |
commit | b78c3b351fc955aa14bdfc3577890031ffffa9f0 (patch) | |
tree | 84238b065c7e993633b6383561d3ffd602d49242 /lib/ssh/test | |
parent | a93087eafd98bf60b9611c807d0074d304e93383 (diff) | |
parent | 2564e317e34fe7f928bf6e234998b295848a5c91 (diff) | |
download | otp-b78c3b351fc955aa14bdfc3577890031ffffa9f0.tar.gz otp-b78c3b351fc955aa14bdfc3577890031ffffa9f0.tar.bz2 otp-b78c3b351fc955aa14bdfc3577890031ffffa9f0.zip |
Merge branch 'hans/ssh/random_extra_padding/OTP-12831' into maint
* hans/ssh/random_extra_padding/OTP-12831:
ssh: add extra random length padding in packets
Diffstat (limited to 'lib/ssh/test')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index f30e86f193..6dfff945ac 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -466,6 +466,7 @@ rekey_limit(Config) -> DataFile = filename:join(UserDir, "rekey.data"), {Pid, Host, Port} = ssh_test_lib:daemon([{system_dir, SystemDir}, + {max_random_length_padding, 0}, {user_dir, UserDir}, {user_passwords, [{"simon", "says"}]}]), @@ -475,6 +476,7 @@ rekey_limit(Config) -> {user, "simon"}, {password, "says"}, {rekey_limit, 2500}, + {max_random_length_padding, 0}, {user_interaction, false}, {silently_accept_hosts, true}]), |