Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-27 | ssh: broken doc links to file functions fixed | Hans Nilsson | |
2015-04-24 | Merge branch 'hans/ssh/improve_docs' | Hans Nilsson | |
2015-04-24 | Merge branch 'ia/ssh/improve_docs' | Ingela Anderton Andin | |
* ia/ssh/improve_docs: ssh: Move code example to Users Guide ssh: Keep dependency info in only one place ssh: Add links ssh: Align to alphabetic order ssh: Change wording to become accurate ssh: Remove extra whitespace ssh: Corrected information about error and event logging ssh: Remove legacy statement ssh: Technically correct description Editorial updates | |||
2015-04-23 | ssh: Timeout unit and default added to some missing places | Hans Nilsson | |
2015-04-23 | ssh: Formatting adjustments | Hans Nilsson | |
Some examples had encountered the space eater. | |||
2015-04-23 | ssh: Add line about supported kex algorithm(s) | Hans Nilsson | |
2015-04-23 | ssh: Removed missplaced empty paranthesis | Hans Nilsson | |
2015-04-22 | ssh: Move code example to Users Guide | Ingela Anderton Andin | |
2015-04-22 | ssh: Keep dependency info in only one place | Ingela Anderton Andin | |
2015-04-22 | ssh: Add links | Ingela Anderton Andin | |
2015-04-22 | ssh: Align to alphabetic order | Ingela Anderton Andin | |
2015-04-22 | ssh: Change wording to become accurate | Ingela Anderton Andin | |
2015-04-22 | ssh: Remove extra whitespace | Ingela Anderton Andin | |
2015-04-22 | ssh: Corrected information about error and event logging | Ingela Anderton Andin | |
Also added some links | |||
2015-04-22 | ssh: Remove legacy statement | Ingela Anderton Andin | |
2015-04-22 | ssh: Technically correct description | Ingela Anderton Andin | |
2015-04-22 | Editorial updates | tmanevik | |
SSH application | |||
2015-04-22 | Update release notes | Erlang/OTP | |
2015-04-21 | ssh: added id_string option for server and client | Hans Nilsson | |
For limiting Banner Grabbing attempts. | |||
2015-04-10 | Update release notes | Erlang/OTP | |
2015-04-07 | ssh: Option minimal_remote_max_packet_size and test cases | Hans Nilsson | |
2015-03-31 | Prepare release | Erlang/OTP | |
2015-01-19 | fix spelling | Marcus Arendt | |
2015-01-13 | fix doc typos found by Rabbe Fogelholm | Marcus Arendt | |
2014-12-17 | ssh: Improve errorhandling in ssh_connection.erl | Ingela Anderton Andin | |
If a channel is closed by the peer while using a function with call semantics in ssh_connection.erl return {error, closed}. Document that the functions can return {error, timeout | closed} and not only ssh_request_status() | |||
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-01 | ssh: Implements and tests erl_tar read from remote host. | Hans Nilsson | |
2014-11-18 | ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of ↵ | Hans Nilsson | |
a channel. Depends on erl_tar.erl having the function erl_tar:init/3 defined. | |||
2014-10-30 | Merge branch 'ia/ssh/pty-request/OTP-11542' into maint | Ingela Anderton Andin | |
* ia/ssh/pty-request/OTP-11542: ssh: Add basic ptty_alloc tests ssh: Add pty_alloc request to ssh:shell/[1,2,3] ssh: Add ptty_alloc/[2,3] | |||
2014-10-23 | Update release notes | Erlang/OTP | |
2014-10-22 | ssh: Add ptty_alloc/[2,3] | Ingela Anderton Andin | |
2014-10-13 | Update release notes | Erlang/OTP | |
2014-10-10 | ssh: Add option sftp_vsn | Ingela Anderton Andin | |
2014-09-29 | Prepare release | Erlang/OTP | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-08-22 | Update release notes | Erlang/OTP | |
2014-08-01 | SSH: documentation update for new algos | Alex Wilson | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-06-11 | ssh: Handle inet and inet6 option correctly | Ingela Anderton Andin | |
2014-05-27 | Merge branch 'maint-17' into maint | Ingela Anderton Andin | |
Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk | |||
2014-05-27 | Update release notes | Erlang/OTP | |
2014-05-26 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-24 | ssh: Doc change on max_session param | Hans Nilsson | |
2014-04-24 | ssh: Add max_session parameter to ssh:daemon | Hans Nilsson | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-04-06 | Fix typo in authorized_keys filename | Josh Adams | |
2014-04-06 | Fix typo in SSH docs | Josh Adams | |
2014-03-26 | ssh: added daemon option 'parallel_login', default false | Hans Nilsson | |
2014-03-26 | ssh: Added option negotiation_timeout for ssh:daemon | Hans Nilsson | |
This option is for closing a connection where the client connects, but then do nothing except keeping server resources. |