summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | ssh: Add line about supported kex algorithm(s)Hans Nilsson2015-04-231-0/+1
| | |
| * | ssh: Removed missplaced empty paranthesisHans Nilsson2015-04-231-1/+1
| | |
* | | Merge branch 'ia/ssh/improve_docs'Ingela Anderton Andin2015-04-2412-1050/+1450
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | | | | | | | | | | | * 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
| * ssh: Move code example to Users GuideIngela Anderton Andin2015-04-222-61/+71
| |
| * ssh: Keep dependency info in only one placeIngela Anderton Andin2015-04-221-1/+1
| |
| * ssh: Add linksIngela Anderton Andin2015-04-221-11/+17
| |
| * ssh: Align to alphabetic orderIngela Anderton Andin2015-04-221-234/+311
| |
| * ssh: Change wording to become accurateIngela Anderton Andin2015-04-222-2/+2
| |
| * ssh: Remove extra whitespaceIngela Anderton Andin2015-04-221-1/+1
| |
| * ssh: Corrected information about error and event loggingIngela Anderton Andin2015-04-221-3/+3
| | | | | | | | Also added some links
| * ssh: Remove legacy statementIngela Anderton Andin2015-04-221-4/+2
| |
| * ssh: Technically correct descriptionIngela Anderton Andin2015-04-221-4/+4
| |
| * Editorial updatestmanevik2015-04-2212-819/+1128
| | | | | | | | SSH application
* | Update release notesErlang/OTP2015-04-221-0/+21
| |
* | ssh: added id_string option for server and clientHans Nilsson2015-04-211-0/+17
|/ | | | For limiting Banner Grabbing attempts.
* Update release notesErlang/OTP2015-04-101-0/+22
|
* ssh: Option minimal_remote_max_packet_size and test casesHans Nilsson2015-04-071-0/+6
|
* Prepare releaseErlang/OTP2015-03-311-0/+44
|
* fix spellingMarcus Arendt2015-01-191-1/+1
|
* fix doc typos found by Rabbe FogelholmMarcus Arendt2015-01-131-2/+2
|
* ssh: Improve errorhandling in ssh_connection.erlIngela Anderton Andin2014-12-171-6/+8
| | | | | | 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()
* Prepare releaseErlang/OTP2014-12-091-0/+94
|
* ssh: Implements and tests erl_tar read from remote host.Hans Nilsson2014-12-011-6/+100
|
* ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of ↵Hans Nilsson2014-11-181-0/+18
| | | | | | a channel. Depends on erl_tar.erl having the function erl_tar:init/3 defined.
* Merge branch 'ia/ssh/pty-request/OTP-11542' into maintIngela Anderton Andin2014-10-301-7/+52
|\ | | | | | | | | | | | | * 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]
| * ssh: Add ptty_alloc/[2,3]Ingela Anderton Andin2014-10-221-7/+52
| |
* | Update release notesErlang/OTP2014-10-231-0/+15
|/
* Update release notesErlang/OTP2014-10-131-0/+32
|
* ssh: Add option sftp_vsnIngela Anderton Andin2014-10-101-1/+12
|
* Prepare releaseErlang/OTP2014-09-291-0/+50
|
* Update release notesErlang/OTP2014-09-151-0/+50
|
* Merge branch 'arekinath/ssh/aes-ctr' into maintMarcus Arendt2014-09-031-2/+2
|\ | | | | | | | | | | | | | | | | * 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
| * SSH: documentation update for new algosAlex Wilson2014-08-011-2/+2
| |
* | Update release notesErlang/OTP2014-08-221-0/+21
| |
* | Prepare releaseErlang/OTP2014-06-191-0/+42
| |
* | ssh: Handle inet and inet6 option correctlyIngela Anderton Andin2014-06-111-1/+5
|/
* Merge branch 'maint-17' into maintIngela Anderton Andin2014-05-271-1/+31
|\ | | | | | | | | | | | | Conflicts: OTP_VERSION lib/ssh/test/ssh_basic_SUITE.erl lib/ssh/vsn.mk
| * Update release notesErlang/OTP2014-05-271-0/+30
| |
| * ssh: Add max_session parameter to ssh:daemonHans Nilsson2014-05-261-4/+17
| |
* | ssh: Doc change on max_session paramHans Nilsson2014-04-241-1/+1
| |
* | ssh: Add max_session parameter to ssh:daemonHans Nilsson2014-04-241-4/+17
|/
* Update release notesErlang/OTP2014-04-071-0/+140
|
* Fix typo in authorized_keys filenameJosh Adams2014-04-061-1/+1
|
* Fix typo in SSH docsJosh Adams2014-04-061-1/+1
|
* ssh: added daemon option 'parallel_login', default falseHans Nilsson2014-03-261-0/+10
|
* ssh: Added option negotiation_timeout for ssh:daemonHans Nilsson2014-03-261-0/+7
| | | | This option is for closing a connection where the client connects, but then do nothing except keeping server resources.
* Merge branch 'weisslj/ssh-spec-doc-fixes'Henrik Nord2014-02-141-1/+4
|\ | | | | | | | | | | | | * weisslj/ssh-spec-doc-fixes: ssh: Fix dialyzer type specs and documentation OTP-11705
| * ssh: Fix dialyzer type specs and documentationJohannes Weißl2014-01-271-1/+4
| | | | | | | | | | | | | | | | | | Similar to d9ebfb8. The wrong specs were leading to dialyzer warnings like this in our application since R16B03: The pattern 'ok' can never match the type {'error',_}. The pattern {'error', {'already_started', 'ssh'}} can never match the type 'ok'. The pattern {'error', _} can never match the type {'open_error',_,string(),string()}.
* | 17.0 anchor and broken links fixesLukas Larsson2014-01-271-1/+1
| |
* | ssh: minor doc correction about unicodeHans Nilsson2014-01-211-1/+1
| |