aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc
AgeCommit message (Collapse)Author
2018-04-05Prepare releaseErlang/OTP
2018-02-28Prepare releaseErlang/OTP
2017-12-15Prepare releaseErlang/OTP
2017-03-31Update release notesErlang/OTP
2017-03-14Prepare releaseErlang/OTP
2017-03-10Update copyright yearRickard Green
2017-02-26Documentation: use behaviour(ssh_daemon_channel)Malcolm
In the SSH User's Guide, section 2.8 'Creating a Subsystem' uses behaviour(ssh_subsystem) but should use behaviour(ssh_daemon_channel). The renaming was updated in the Reference Manual but never reflected in the User's Guide.
2017-02-15ssh: speling errorHans Nilsson
2017-02-15ssh: speling errorHans Nilsson
2017-02-15ssh: reword documentationHans Nilsson
2017-02-14ssh: allow a list of fingerprint algos in silently_accept_hosts optionHans Nilsson
2016-12-09Prepare releaseErlang/OTP
2016-12-07Update copyright-yearErlang/OTP
2016-11-18ssh: Removed irrelevant rfc reference in docHans Nilsson
The rfc 4255 is about fingerprints, but only in the context of dns. Since this is out-of-scope for the Erlang/OTP ssh, the reference is missleading.
2016-11-18ssh: Add fun and fingerprint to option 'silently_accept_host'Hans Nilsson
2016-10-17Prepare releaseErlang/OTP
2016-10-13Prepare releaseErlang/OTP
2016-10-10Prepare releaseErlang/OTP
2016-10-06Update release notesErlang/OTP
2016-09-20Prepare releaseErlang/OTP
2016-09-01doc: Correct errors introduced by Editorial changesHans Bolinder
Fix some older errors as well.
2016-06-30Merge branch 'maint-19' into maintHans Nilsson
2016-06-29Update release notesErlang/OTP
2016-06-27Merge branch 'maint-18' into maintHans Nilsson
Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table
2016-06-22Update release notesErlang/OTP
2016-06-21Prepare releaseErlang/OTP
2016-06-01ssh: daemon taking open socket as inputHans Nilsson
2016-06-01ssh: update connect docHans Nilsson
2016-05-30ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵Hans Nilsson
tcp-socket as input
2016-05-12Revert "Prepare release"Erlang/OTP
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
2016-05-11Prepare releaseErlang/OTP
2016-05-02Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347'Hans Nilsson
2016-05-02Merge branch 'hans/ssh/daemon_port_0/OTP-13527'Hans Nilsson
Conflicts: lib/ssh/test/ssh_test_lib.erl
2016-04-28ssh: make ssh:daemon choose port when Port=0 in the argumentsHans Nilsson
2016-04-27ssh: fix same doc error as PR-1021 in another place where it also was wrongHans Nilsson
2016-04-27Documentation: example provided was not a valid termStuart Thackray
2016-04-25ssh: re-phrase ssh_sftp ref man section on timeoutsHans Nilsson
2016-04-25ssh: fix some errors in ssh_sftp docHans Nilsson
2016-04-25ssh: ssh_sftp doc updated (error reason, no file: refs)Hans Nilsson
2016-03-15update copyright-yearHenrik Nord
2016-03-14Prepare releaseErlang/OTP
2016-02-05Minor correction of documentation as reported in bugs.erlang.org:ERL-87Kenneth Lundin
2016-01-08Update release notesErlang/OTP
2015-12-15Update release notesErlang/OTP
2015-12-11[ssh] Align documentation to DTDLars Thorsen
2015-12-03ssh: client pub key documentationHans Nilsson
2015-12-01Support SSH key callback module optionsVipin 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-27Merge branch 'maint-18' into maintHans Nilsson
* maint-18: Updated OTP version Update release notes ssh: vsn.mk updated ssh: New test cases for SSH_MSG_KEX_DH_GEX_REQUEST_OLD ssh: update existing testcases ssh: Improve group selection ssh: implemented server side SSH_MSG_KEX_DH_GEX_REQUEST_OLD for putty client Conflicts: lib/ssh/src/ssh_transport.erl lib/ssh/test/ssh_protocol_SUITE.erl lib/ssh/vsn.mk
2015-11-26Update release notesErlang/OTP
2015-11-24Merge branch 'hans/ssh/aes_gcm_crypto/OTP-13018' into maintHans Nilsson
* hans/ssh/aes_gcm_crypto/OTP-13018: ssh: fix dialyzer reported error ssh: renegotiate test group for AES_GCM ssh: documentation updates ssh: AEAD_AES_(128|256)_GCM and aes(128|256)[email protected] crypto ssh: refactor packet reception