summaryrefslogtreecommitdiff
path: root/lib/ssh/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ssh: Change 22 -> ?SSH_DEFAULT_PORTHans Nilsson2021-05-276-16/+26
| | |
* | | Merge branch 'hans/ssh/no_extra_nl_in_knownhosts/OTP-17427' into maintHans Nilsson2021-05-241-2/+53
|\ \ \ | | |/ | |/| | | | | | | | | | * hans/ssh/no_extra_nl_in_knownhosts/OTP-17427: ssh: Check the generated known_hosts file ssh: Avoid adding a blank line in .ssh/known_hosts
| * | ssh: Check the generated known_hosts fileHans Nilsson2021-05-211-2/+53
| | |
| * | Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maint-23Erlang/OTP2021-03-291-27/+24
| |\ \ | | | | | | | | | | | | | | | | | | | | * hans/ssh/idle_time-bug/OTP-17279: ssh: Fix idle_time bug ssh: Update idle_time test case
* | \ \ Merge branch 'hans/ssh/add_missing_to_ssh_file/OTP-17397' into maintHans Nilsson2021-05-191-1/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | ssh: ssh_file:encode/decode of known_host and authorized_keys filesHans Nilsson2021-05-191-1/+2
| | | |
* | | | ssh: skip instead of fail test suite if missing the test engineHans Nilsson2021-05-121-0/+2
|/ / /
* | | ssh: Change key namesHans Nilsson2021-05-031-30/+30
| | |
* | | ssh: Add fingerprint and ssh_encode/ssh_decode functions to sshHans Nilsson2021-05-0318-11/+565
| | | | | | | | | | | | Copy fingerprint and encode/decode tests from pubkey to ssh + compatible api
* | | ssh: Remove an unnecessary stop_daemon in test/ssh_test_lib.erlHans Nilsson2021-04-151-2/+1
| | |
* | | ssh: Test case fixesHans Nilsson2021-04-151-63/+59
| | |
* | | ssh: Re-write supervisor tree to use PR-4368Hans Nilsson2021-04-154-98/+127
| | |
* | | ssh: ssh_cth test running aid for test case debugging when neededHans Nilsson2021-03-292-0/+65
| | |
* | | Merge branch 'maint'Hans Nilsson2021-03-261-27/+24
|\ \ \ | | | | | | | | | | | | | | | | | | | | * maint: ssh: Fix idle_time bug ssh: Update idle_time test case
| * \ \ Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maintHans Nilsson2021-03-261-27/+24
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | * hans/ssh/idle_time-bug/OTP-17279: ssh: Fix idle_time bug ssh: Update idle_time test case
| | * ssh: Update idle_time test caseHans Nilsson2021-03-221-27/+24
| | |
* | | ssh: Make and adjust testsHans Nilsson2021-03-193-111/+215
| | |
* | | ssh: Better logging + resilence to CRLF from shellHans Nilsson2021-03-051-4/+13
| | |
* | | ssh: Speed up testHans Nilsson2021-03-021-1/+1
| | |
* | | ssh: Refactor for changes laterHans Nilsson2021-02-021-3/+3
| | |
* | | ssh: New connection start procedureHans Nilsson2021-02-021-5/+8
| | |
* | | Merge branch 'maint'Hans Nilsson2021-01-263-48/+17
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * maint: crypto: Fix unused function warning ssh: Race at shell start in testcase httpd: Fix typos ssh: Accept answers in any order in test suite
| * | ssh: Race at shell start in testcaseHans Nilsson2021-01-251-1/+2
| | |
| * | ssh: Accept answers in any order in test suiteHans Nilsson2021-01-213-47/+15
| | | | | | | | | | | | because they varies between machines...
* | | ssh: Test cuddling (logging)Hans Nilsson2021-01-253-1/+5
| | |
* | | ssh: Remove is_port/1 from testsHans Nilsson2021-01-251-7/+7
|/ /
* | ssh: Misc testcase fixesHans Nilsson2021-01-193-13/+14
| |
* | ssh: Fix TC expecting pty for shellHans Nilsson2021-01-151-0/+1
| |
* | ssh: Fix TC:s expecting pty for execHans Nilsson2021-01-151-9/+9
| |
* | ssh: TC for testing pty allocationHans Nilsson2021-01-151-0/+32
| |
* | ssh: Fix bad TC not taking pty:s in accountHans Nilsson2021-01-151-1/+1
| |
* | ssh: Inline funs in TC for better readabilityHans Nilsson2021-01-151-20/+23
| |
* | ssh: Better TC loggingHans Nilsson2021-01-151-5/+10
| |
* | Merge branch 'hans/ssh/client_sup_tree_fix/ERIERL-567/OTP-17021' into maintHans Nilsson2020-12-066-50/+160
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/client_sup_tree_fix/ERIERL-567/OTP-17021: ssh: Test cases ssh: Change ct:pal to ct:log in test suites ssh: Keeping/killing sup trees when starting on sockets ssh: Allow >1 subsystem trees in one client system supervisor tree ssh: Fix strange terminate(kill,...) ssh: Remove funny trap_exit
| * | ssh: Test casesHans Nilsson2020-12-041-33/+137
| | |
| * | ssh: Change ct:pal to ct:log in test suitesHans Nilsson2020-12-045-11/+11
| | | | | | | | | | | | Too much terminal printout otherwise
| * | ssh: Keeping/killing sup trees when starting on socketsHans Nilsson2020-12-041-6/+12
| | | | | | | | | | | | | | | using new client side ssh_controller for stopping and starting client system trees with synchronization.
* | | Merge branch 'hans/ssh/raw_option_bug/ERIERL-562/OTP-17016' into maintHans Nilsson2020-11-191-0/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | * hans/ssh/raw_option_bug/ERIERL-562/OTP-17016: ssh: Rename option map key user_options to key_cb_options ssh: Handle raw option in ssh_options ssh: New test case for inet raw-option
| * | ssh: New test case for inet raw-optionHans Nilsson2020-11-181-0/+8
| | |
* | | ssh: Make unicode work in ssh:shell printoutsHans Nilsson2020-10-021-1/+1
| | |
* | | ssh: Turn off extra echo in erlang shell in ssh:shellHans Nilsson2020-10-022-15/+2
| | |
* | | ssh: ssh:shell now sends LANG and LC_ALL env vars to serverHans Nilsson2020-10-021-0/+8
| | |
* | | ssh: Use new_do_shell in ssh_basic_SUITEHans Nilsson2020-10-021-60/+7
| | |
* | | Send exit status from ssh_cliSvilen Ivanov2020-09-181-1/+91
|/ / | | | | | | | | Make sure that ssh_cli module always send exit-status message, so SSH clients can use it to check for successful command execution.
* | Merge branch 'hans/ssh/hello_timeout/OTP-16803' into maintHans Nilsson2020-08-201-1/+87
|\ \ | | | | | | | | | | | | | | | * hans/ssh/hello_timeout/OTP-16803: ssh: Add daemon option "hello_timeout" ssh: Test case for some mini flooding of ssh server
| * | ssh: Test case for some mini flooding of ssh serverHans Nilsson2020-08-201-1/+87
| | |
* | | ssh: Add missing .hrl-files to release_test_spec targetHans Nilsson2020-08-141-0/+5
| | |
* | | ssh: Restore Emakefile rulesHans Nilsson2020-07-011-1/+14
| | |
* | | ssh: Added missing -pa in ERL_COMPILE_FLAGSHans Nilsson2020-07-011-1/+1
| | | | | | | | | | | | Otherwise we get warnings for unknown beahaviours in cross builds
* | | ssh: Remove unused include fileHans Nilsson2020-07-011-1/+0
| | |