Age | Commit message (Collapse) | Author |
|
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/ssh/test/ssh_sup_SUITE.erl
|
|
* lukas/ssh/sshc_con_hand_worker:
ssh: sshc_sup to use worker for ssh_con_handler
|
|
|
|
|
|
Conflicts:
lib/ssh/test/ssh_test_lib.erl
|
|
|
|
Conflicts:
lib/ssh/test/ssh_algorithms_SUITE.erl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The lack of this caused problems on some Windows machines
|
|
|
|
Dsa is outdated and not supported by modern OpenSSH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed pty alloc from the test since it does not work on all test targets.
Also added a final check that the upper limit of channels still holds.
|
|
The supervisor tree need some time to count down number of workers when one dies.
With a fixed waiting time in the test, there will be spurious errors. There will also be
unnecessarily long waits on some machines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Including misc fixes in surronding code as well as in test cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ssh use cases are cryptographical so use crypto:strong_rand_bytes/1 instead.
|
|
* henrik/update-copyrightyear:
update copyright-year
|