aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_options.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-05-09ssh: Add infinity as values to rekey_limitHans Nilsson
2018-05-04ssh: Extend rekey_limit to also take an optional timeHans Nilsson
2018-04-25ssh: New -spec and -typeHans Nilsson
2018-03-22ssh: Simplification of using fun:s as exec subsystemsHans Nilsson
2018-02-27ssh: Disable exec for non-default shellHans Nilsson
2018-02-21ssh: Add option save_accepted_hostHans Nilsson
2017-10-02ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phraseHans Nilsson
2017-09-11ssh: fix dialyzer errorHans Nilsson
2017-09-11ssh: Added option 'modify_algorithms' with prepend, append and rmHans Nilsson
2017-08-17Accept non-binary options as socket-optionsHans Nilsson
2017-05-31ssh: ssh_options checks 'pref_public_key_algs' for dubbletsHans Nilsson
2017-05-22Revert "ssh: disable rsa-sha2-* for clients"Hans Nilsson
2017-05-17ssh: disable rsa-sha2-* for clientsHans Nilsson
2017-05-17ssh: fix broken preferred_algorithms and pref_public_key_algs optionsHans Nilsson
2017-05-12ssh: Better error checking for option 'auth_methods'Hans Nilsson
2017-05-12ssh: Doc option 'auth_methods' for clientHans Nilsson
2017-05-12ssh: Option 'auth_methods' available not only in server but also in clientHans Nilsson
2017-04-26ssh: server-sig-algs, client sideHans Nilsson
2017-04-26ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-infoHans Nilsson
2017-04-07ssh: Lazy default in get options macroHans Nilsson
2017-04-07ssh: -type and -spec adjustmentsHans Nilsson
2017-04-07ssh: enable 'none' as a secret accepted value in negotiationHans Nilsson
2017-04-07ssh: option 'silently_accept_hosts' reworkedHans Nilsson
2017-04-07ssh: Make an internal option delete functionHans Nilsson
2017-04-04ssh: idle_timer on daemon - implementationHans Nilsson
2017-03-17ssh: remove from codeHans Nilsson
2017-03-02ssh: Types and spec fixes to conform to the ref manualHans Nilsson
2017-03-02ssh: Initial commit of option handling changesHans Nilsson