Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | ssh: Add option save_accepted_host | Hans Nilsson | |
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-09-11 | ssh: fix dialyzer error | Hans Nilsson | |
2017-09-11 | ssh: Added option 'modify_algorithms' with prepend, append and rm | Hans Nilsson | |
If a user wants to enable one non-default algorithm or remove a default one, the option preferred_algorithms is too complicated since it replaces the whole set of algorithms. | |||
2017-08-17 | Accept non-binary options as socket-options | Hans Nilsson | |
For example the option {raw,6,6,<<2,0,0,0>>} | |||
2017-05-31 | ssh: ssh_options checks 'pref_public_key_algs' for dubblets | Hans Nilsson | |
2017-05-22 | Revert "ssh: disable rsa-sha2-* for clients" | Hans Nilsson | |
This reverts commit 4d7ff0a8169141d18335638cf7c6e48d4c18cdf2. | |||
2017-05-17 | ssh: disable rsa-sha2-* for clients | Hans Nilsson | |
because there is a bug in the client verification code for those algorithms | |||
2017-05-17 | ssh: fix broken preferred_algorithms and pref_public_key_algs options | Hans Nilsson | |
2017-05-12 | ssh: Better error checking for option 'auth_methods' | Hans Nilsson | |
2017-05-12 | ssh: Doc option 'auth_methods' for client | Hans Nilsson | |
2017-05-12 | ssh: Option 'auth_methods' available not only in server but also in client | Hans Nilsson | |
2017-04-26 | ssh: server-sig-algs, client side | Hans Nilsson | |
2017-04-26 | ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-info | Hans Nilsson | |
This is only a draft extension, but it is quite stable and already supported by some implementations. OpenSSH has had it for some year now. | |||
2017-04-07 | ssh: Lazy default in get options macro | Hans Nilsson | |
2017-04-07 | ssh: -type and -spec adjustments | Hans Nilsson | |
2017-04-07 | ssh: enable 'none' as a secret accepted value in negotiation | Hans Nilsson | |
This is for testing only to disable e.g. encryption/decryption is measurements. The value must be explicitly enabled like {preferred_algorithms,[{cipher,[none]}]} | |||
2017-04-07 | ssh: option 'silently_accept_hosts' reworked | Hans Nilsson | |
New (yet) undocumented option value {false,Alg} where Alg :: md5 | sha | sha224 | sha256 | sha384 | sha512 This option includes the fingerprint value in the accept question to the user. The fingerprint is calculated with the Alg provided | |||
2017-04-07 | ssh: Make an internal option delete function | Hans Nilsson | |
2017-04-04 | ssh: idle_timer on daemon - implementation | Hans Nilsson | |
2017-03-17 | ssh: remove from code | Hans Nilsson | |
2017-03-02 | ssh: Types and spec fixes to conform to the ref manual | Hans Nilsson | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |