summaryrefslogtreecommitdiff
path: root/lib/ssh/src/ssh_options.erl
Commit message (Expand)AuthorAgeFilesLines
* ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'Hans Nilsson2018-11-191-0/+12
* Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maintHans Nilsson2018-11-091-6/+6
|\
| * ssh: Fix ssh_options checking for ext_infoHans Nilsson2018-11-081-6/+6
* | Update copyright yearHenrik Nord2018-06-181-1/+1
* | ssh: Add infinity as values to rekey_limitHans Nilsson2018-05-091-8/+13
* | ssh: Extend rekey_limit to also take an optional timeHans Nilsson2018-05-041-3/+13
* | ssh: New -spec and -typeHans Nilsson2018-04-251-11/+16
* | ssh: Simplification of using fun:s as exec subsystemsHans Nilsson2018-03-221-3/+5
|/
* ssh: Disable exec for non-default shellHans Nilsson2018-02-271-1/+1
* ssh: Add option save_accepted_hostHans Nilsson2018-02-211-0/+6
* ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phraseHans Nilsson2017-10-021-0/+6
* ssh: fix dialyzer errorHans Nilsson2017-09-111-3/+0
* ssh: Added option 'modify_algorithms' with prepend, append and rmHans Nilsson2017-09-111-75/+195
* Accept non-binary options as socket-optionsHans Nilsson2017-08-171-1/+4
* ssh: ssh_options checks 'pref_public_key_algs' for dubbletsHans Nilsson2017-05-311-1/+5
* Revert "ssh: disable rsa-sha2-* for clients"Hans Nilsson2017-05-221-22/+7
* ssh: disable rsa-sha2-* for clientsHans Nilsson2017-05-171-7/+22
* ssh: fix broken preferred_algorithms and pref_public_key_algs optionsHans Nilsson2017-05-171-12/+16
* ssh: Better error checking for option 'auth_methods'Hans Nilsson2017-05-121-1/+10
* ssh: Doc option 'auth_methods' for clientHans Nilsson2017-05-121-1/+1
* ssh: Option 'auth_methods' available not only in server but also in clientHans Nilsson2017-05-121-6/+6
* ssh: server-sig-algs, client sideHans Nilsson2017-04-261-17/+3
* ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-infoHans Nilsson2017-04-261-5/+17
* ssh: Lazy default in get options macroHans Nilsson2017-04-071-6/+9
* ssh: -type and -spec adjustmentsHans Nilsson2017-04-071-11/+1
* ssh: enable 'none' as a secret accepted value in negotiationHans Nilsson2017-04-071-0/+1
* ssh: option 'silently_accept_hosts' reworkedHans Nilsson2017-04-071-11/+10
* ssh: Make an internal option delete functionHans Nilsson2017-04-071-2/+14
* ssh: idle_timer on daemon - implementationHans Nilsson2017-04-041-6/+6
* ssh: remove from codeHans Nilsson2017-03-171-11/+0
* ssh: Types and spec fixes to conform to the ref manualHans Nilsson2017-03-021-2/+0
* ssh: Initial commit of option handling changesHans Nilsson2017-03-021-0/+897