summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ssh, public_key: updates after doc reviewHans Nilsson2015-11-051-12/+26
| | |
* | | ssh: changes after doc reviewHans Nilsson2015-11-041-4/+5
| | |
* | | ssh: extend 'dh_gex_limits' to server sideHans Nilsson2015-11-041-0/+11
| | | | | | | | | | | | OTP-13066
* | | ssh: option dh_gex_groups with tag ssh_moduli_fileHans Nilsson2015-11-041-1/+3
| | | | | | | | | | | | | | | Makes this existing option also accept a file in openssh format OTP-13052
* | | ssh, public_key: random selection of diffie-hellman moduliHans Nilsson2015-11-041-0/+2
|/ / | | | | | | Also tool (public_key:gen_moduli_hrl) to convert an openssh moduli file to erlang format.
* | Merge branch 'maint-18' into maintHenrik Nord2015-10-161-0/+15
|\ \ | |/ | | | | | | Conflicts: lib/ssh/vsn.mk
| * Update release notesErlang/OTP2015-10-151-0/+15
| |
* | Merge branch 'maint-18' into maintHenrik Nord2015-10-142-0/+26
|\ \ | |/ | | | | | | Conflicts: lib/ssh/vsn.mk
| * Update release notesErlang/OTP2015-10-131-0/+17
| |
| * ssh: Option max_channels added.Hans Nilsson2015-10-081-0/+9
| | | | | | | | | | It actually counts the number of subsystem alive. Allocating a channel does not consume any resources (except some cpu cycles), but the subsystem start spawns processes.
* | ssh: polished ssh.xmlHans Nilsson2015-10-121-6/+11
| | | | | | | | | | Some changes in the SSH section at top (supported algorithms). Added links to default_algorithms and preferred_algorithms in the SSH section.
* | ssh: document new pub key algorithmsHans Nilsson2015-10-081-1/+1
| |
* | ssh: doc updateHans Nilsson2015-10-061-1/+1
| |
* | ssh: document ctr crypto modeHans Nilsson2015-10-061-1/+2
| |
* | Merge branch 'hans/ssh/doc_dh-gex_defaults' into maintHans Nilsson2015-10-021-1/+1
|\ \ | | | | | | | | | | | | * hans/ssh/doc_dh-gex_defaults: ssh: document dh-gex default values
| * | ssh: document dh-gex default valuesHans Nilsson2015-10-011-1/+1
| |/
* | ssh: document ecdh and hmac-sha2-512Hans Nilsson2015-10-011-3/+3
|/
* Prepare releaseErlang/OTP2015-09-211-0/+102
|
* ssh: document new options in doc/ssh.xmlHans Nilsson2015-08-051-1/+17
|
* Prepare releaseErlang/OTP2015-06-231-0/+208
|
* Change license text to APLv2Bruce Yinhe2015-06-1816-151/+167
|
* ssh: Modernize type definitionsIngela Anderton Andin2015-06-161-17/+17
|
* Merge branch 'hans/ssh/unknown_msgfun/OTP-12813'Hans Nilsson2015-06-101-0/+16
|\ | | | | | | | | * hans/ssh/unknown_msgfun/OTP-12813: ssh: Option unexpectedfun for ssh:daemon and ssh:connect
| * ssh: Option unexpectedfun for ssh:daemon and ssh:connectHans Nilsson2015-06-091-0/+16
| | | | | | | | | | | | | | | | | | | | | | This option has a fun as value. The fun will be called when an unexpected message arrives. The fun returns either 'skip' or 'report' to guide the connection_handler what to do. One usage is to filter out messages that are not wanted in the error logger as info reports. An example of such a message is the 'etimedout' tcp error message that will be received if a connection has keep_alive and the peer is restarted.
* | ssh: doc change for keyboard-interaction, pwd->passwordHans Nilsson2015-06-091-2/+2
| |
* | Merge branch 'hans/ssh/missing_doc'Hans Nilsson2015-06-091-1/+15
|\ \ | |/ |/| | | | | * hans/ssh/missing_doc: ssh: add missing doc for option auth_method_kb_interactive_data
| * ssh: add missing doc for option auth_method_kb_interactive_dataHans Nilsson2015-06-081-1/+15
| |
* | Merge branch 'ia/ssh/name-spaces/OTP-12675'Ingela Anderton Andin2015-06-081-0/+13
|\ \ | |/ |/| | | | | | | * ia/ssh/name-spaces/OTP-12675: ssh: Correct Makefile ssh: Add profile option
| * ssh: Add profile optionIngela Anderton Andin2015-06-031-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | To enable the ssh daemon to run in a virtualized environment, where there can be more that one server that has the same ip-address and port, we add a new option profile. The profile name will be used in concatenation with ip-address and port to identify the ssh daemon instance. The name profile was chosen as there is a similar concept in the HTTP client in inets where profile names can be used to instantiate client configurations. Also the same type of option has been added to the HTTP server in inets.
* | ssh: make disconnectfun work for both server&clientHans2015-06-041-0/+5
|/
* Merge branch 'maint'Henrik Nord2015-06-021-0/+27
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: OTP_VERSION lib/inets/test/httpd_SUITE.erl lib/inets/vsn.mk lib/ssh/src/ssh.erl lib/ssh/vsn.mk lib/ssl/src/ssl.appup.src lib/ssl/vsn.mk
| * Update release notesErlang/OTP2015-06-011-0/+27
| |
* | ssh: Algorithms test case addedHans Nilsson2015-05-261-8/+10
| |
* | ssh: New option 'preferred_algorithms'Hans Nilsson2015-05-261-1/+99
| | | | | | | | | | | | This option enables the user to define which algorithms that are to be used as well as their precedences in the negotiation between server and client.
* | Merge branch 'ia/ssh/doc/types'Ingela Anderton Andin2015-05-187-91/+90
|\ \ | | | | | | | | | | | | * ia/ssh/doc/types: ssh: Align "=" sign in type declarations to decided policy
| * | ssh: Align "=" sign in type declarations to decided policyIngela Anderton Andin2015-05-127-91/+90
| | |
* | | Merge branch 'maint'Zandra Hird2015-05-182-2/+36
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: OTP_VERSION lib/ssh/doc/src/ssh.xml lib/ssh/vsn.mk
| * | Update release notesErlang/OTP2015-05-181-0/+19
| | |
| * | ssh: option for handling the SSH_MSG_DEBUG message's printoutsHans Nilsson2015-05-131-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A fun could be given in the options that will be called whenever the SSH_MSG_DEBUG message arrives. This enables the user to format the printout or just discard it. The default is changed to not print the message. In RFC4253 printing is a SHOULD, but our new default is to protect logs from dos attacs.
* | | Revert "Prepare release"Henrik Nord2015-05-131-66/+0
| | | | | | | | | | | | This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
* | | Prepare releaseErlang/OTP2015-05-121-0/+66
| |/ |/|
* | ssh: No description in v-tagIngela Anderton Andin2015-05-051-9/+11
| |
* | ssh: Fix missed alphabetic ordering and indentationIngela Anderton Andin2015-05-051-43/+45
| |
* | ssh: Use correct ASCII char for quoteIngela Anderton Andin2015-05-051-1/+1
| |
* | ssh: Fix linksIngela Anderton Andin2015-05-051-15/+15
| |
* | Merge branch 'hans/ssh/improve_docs'Hans Nilsson2015-04-271-15/+15
|\ \ | | | | | | | | | | | | * hans/ssh/improve_docs: ssh: broken doc links to file functions fixed
| * | ssh: broken doc links to file functions fixedHans Nilsson2015-04-271-15/+15
| | |
* | | Merge branch 'hans/ssh/improve_docs'Hans Nilsson2015-04-243-60/+63
|\ \ \ | |/ /
| * | ssh: Timeout unit and default added to some missing placesHans Nilsson2015-04-232-5/+6
| | |
| * | ssh: Formatting adjustmentsHans Nilsson2015-04-231-54/+55
| | | | | | | | | | | | Some examples had encountered the space eater.