Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-11-09 | ssh: Fix documentation for public key in ext_info | Hans Nilsson | |
2018-11-08 | ssh: Fix doc error in daemon 'exec' option | Hans Nilsson | |
2018-10-24 | ssh: Move some option's documentation to ssh_file | Hans Nilsson | |
user_dir user_dir_fun (missing previously) *_passphrase system_dir | |||
2018-10-24 | ssh: Clearify a couple of options | Hans Nilsson | |
user_dir, system_dir and *_passphrase are only used in the default callback module ssh_file | |||
2018-10-24 | ssh: Links updated in ssh.xml | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-09 | ssh: Add infinity as values to rekey_limit | Hans Nilsson | |
Zero is removed from the Minutes in the new tuple value to remove a loop possibility. The zero is kept for bytes since that is not dangerous and a removal would be an unnecssary incompatibility. | |||
2018-05-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
2018-04-27 | ssh: ssh_channel replaced by ssh_client_channel | Hans Nilsson | |
2018-04-27 | ssh: ssh_daemon_channel replaced by ssh_server_channel | Hans Nilsson | |
2018-04-27 | ssh: Create doc for the ssh_daemon_channel behaviour | Hans Nilsson | |
2018-04-25 | ssh: Use -spec and -type for documentation generation | Hans Nilsson | |
2018-04-06 | Fix typo in ssh key_cb type description | Yury Gargay | |
`ssh_server_key_api` was missed instead`ssh_client_key_api` mentioned two times. | |||
2018-03-23 | ssh: Document the exec option | Hans Nilsson | |
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: Doc modified after comments | Hans Nilsson | |
2017-09-11 | ssh: Document the option modify_algorithms and a User's Guide chapter | Hans Nilsson | |
2017-06-12 | ssh: Document send_ext_info and recv_ext_info options | Hans Nilsson | |
2017-05-17 | ssh: fix broken preferred_algorithms and pref_public_key_algs options | Hans Nilsson | |
2017-05-12 | ssh: Doc option 'auth_methods' for client | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-07 | ssh: Doc-changes to make clearer IP-address and 'ip'-option | Hans Nilsson | |
2017-04-07 | ssh: document what happens when ssh:daemon sets both HostAddr and ip option | Hans Nilsson | |
The idea is that the HostAddress argument takes precedence over an ip-option. However, an ip-option overrides the 'any' HostAddr. This fixes the case of dameon(Port, [{ip,IP}..] in a non-surprising way. | |||
2017-04-04 | ssh: idle_timer on daemon - documentation | Hans Nilsson | |
2017-03-17 | ssh: remove from doc | Hans Nilsson | |
2017-03-09 | ssh: documents ssh:daemon_info/1 | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: reword documentation | Hans Nilsson | |
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2016-11-18 | ssh: Add fun and fingerprint to option 'silently_accept_host' | Hans Nilsson | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-06-01 | ssh: daemon taking open socket as input | Hans Nilsson | |
2016-06-01 | ssh: update connect doc | Hans Nilsson | |
2016-05-30 | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵ | Hans Nilsson | |
tcp-socket as input | |||
2016-05-02 | Merge branch 'hans/ssh/daemon_port_0/OTP-13527' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_test_lib.erl | |||
2016-04-28 | ssh: make ssh:daemon choose port when Port=0 in the arguments | Hans Nilsson | |
2016-04-27 | ssh: fix same doc error as PR-1021 in another place where it also was wrong | Hans Nilsson | |
2016-04-27 | Documentation: example provided was not a valid term | Stuart Thackray | |
2015-12-11 | [ssh] Align documentation to DTD | Lars Thorsen | |
2015-12-03 | ssh: client pub key documentation | Hans Nilsson | |
2015-12-01 | Support SSH key callback module options | Vipin Nair | |
This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. A module implementing the SSH key callback API is used to customize the handling of public key. This patch allows extra callback options to be passed to the module implementing the SSH callback module behaviour. The key_cb option has been changed: {key_cb, atom()} -> {key_cb, key_cb()} Where: key_cb() :: atom() | {atom(), list()} The callback options, if specified, is made available to the callback module via the options passed to it under the key 'key_cb_private'. More details and some backgorund is available here[1]. [1]: http://erlang.org/pipermail/erlang-patches/2015-November/004800.html | |||
2015-11-11 | ssh: moved "supported" section from ssh module man page to SSH_app man page | Hans Nilsson | |
2015-11-06 | Merge branch 'hans/ssh/pwdfun/OTP-13055' into maint | Hans Nilsson | |
* hans/ssh/pwdfun/OTP-13055: ssh: changes after doc review ssh: Document pwdfun ssh: make corrections of keyboard-interactive client ssh: enable users to give option keyboard_interact_fun ssh: pwdfun/4 and simple tests Conflicts: lib/ssh/doc/src/ssh.xml | |||
2015-11-05 | ssh: correct a bad doc xref | Hans Nilsson | |
2015-11-05 | ssh, public_key: updates after doc review | Hans Nilsson | |
2015-11-04 | ssh: changes after doc review | Hans Nilsson | |