summaryrefslogtreecommitdiff
path: root/lib/ssh/doc/src/ssh.xml
Commit message (Collapse)AuthorAgeFilesLines
* ssh: WS removalHans Nilsson2022-08-251-57/+57
|
* ssh: DocumentationHans Nilsson2022-08-241-0/+29
|
* ssh: DocumentationHans Nilsson2022-08-101-1/+25
|
* Merge pull request #6066 from ↵Hans Nilsson2022-08-011-0/+13
|\ | | | | | | | | HansN/hans/ssh/authentication-none/GH-6021/OTP-18134 Option to skip SSH authentication for some niche cases
| * ssh: Typing and docHans Nilsson2022-06-081-0/+13
| |
* | Merge branch 'maint-24' into maintIngela Anderton Andin2022-06-081-1/+1
|\ \ | |/ |/| | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year
| * Update copyright yearErlang/OTP2022-06-071-1/+1
| |
| * ssh: Introduce option max_log_item_lenHans Nilsson2022-05-171-0/+9
| |
* | ssh: Introduce option max_log_item_lenHans Nilsson2022-05-241-0/+9
| |
* | Fix typos in lib/sshKian-Meng, Ang2022-01-201-10/+10
|/
* Update copyright yearRickard Green2021-12-131-1/+1
|
* ssh: Use connect_timeout as default for negotiation timeout instead of infinityHans Nilsson2021-10-141-1/+3
|
* ssh: DocumentationHans Nilsson2021-05-031-2/+39
|
* Merge PR-4765 from sverker/doc-since-fixesSverker Eriksson2021-04-271-8/+8
|\ | | | | Fix missing xml since attributes
| * ssh: Fix missing since attributesSverker Eriksson2021-04-271-8/+8
| |
* | ssh,crypto: Move undocumented hash cmp funcHans Nilsson2021-04-261-0/+7
|/ | | | to the only otp user ssh.
* ssh: Check the user name when doing pubkey authHans Nilsson2020-09-301-2/+28
| | | | | | | | This name (option {user,UserName}) has nothing to do with the user name in the OS, but Codenomicum Defensics complains about not testing it, so therfor thte test is added. It is off by default (for compatibility), but could be enabled with the option pk_check_user set to true.
* ssh: Add a chapter about hardening to the User's GuideHans Nilsson2020-08-241-7/+23
|
* Merge branch 'hans/ssh/hello_timeout/OTP-16803' into maintHans Nilsson2020-08-201-0/+10
|\ | | | | | | | | | | * hans/ssh/hello_timeout/OTP-16803: ssh: Add daemon option "hello_timeout" ssh: Test case for some mini flooding of ssh server
| * ssh: Add daemon option "hello_timeout"Hans Nilsson2020-08-201-0/+10
| |
* | Merge pull request #2604 from patrikbwi/masterHans Nilsson2020-04-241-1/+2
|\ \ | | | | | | | | | | | | | | | Added a fun/4 with State access for keyboard-interactive OTP-16622
| * | Added a fun/4 with State access for keyboard-interactivePatrik Winroth2020-04-231-1/+2
| | |
* | | Merge branch 'hans/ssh/cuddle_doc'Hans Nilsson2020-04-241-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * hans/ssh/cuddle_doc: ssh/doc: Clearify disconnectfun
| * | | ssh/doc: Clearify disconnectfunHans Nilsson2020-04-241-1/+1
| |/ /
* | | ssh: Change handling of forbidden sock optionsHans Nilsson2020-04-241-2/+33
|/ /
* | otp: Refactor type docs to always use <datatype>Lukas Larsson2020-03-271-3/+0
| | | | | | | | | | If we want the types to be shown in the EEP-48 chunks all types need to be documented as <datatype>.
* | otp: Convert all <seealso> to more specific variantsLukas Larsson2020-03-271-131/+131
| | | | | | | | | | | | | | | | | | | | | | | | We add `seemfa`, `seeerl`, `seetype`, `seeapp`, `seecom`, `seecref` , `seefile` and `seeguide` in order to make it easier to reason about what each link points to without examining the target. This information will then be embedded in the EEP-48 chunks for usage by other tools. The tool used can be found here: https://gist.github.com/garazdawi/68527d92ae5b37c8f129bfbdfffdfa68
* | otp: Change all MFA links to use "/" syntax for arityLukas Larsson2020-03-201-13/+13
| |
* | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ | |/ | | | | | | * maint: Update copyright year
| * Update copyright yearRickard Green2020-03-131-1/+1
| |
* | Fix ssh type doc to use common name conventionLukas Larsson2020-02-241-3/+3
| |
* | Merge branch 'maint'Hans Nilsson2020-02-211-0/+35
|\ \ | |/ | | | | | | | | * maint: ssh: Add testcase ssh: implemented get_sock_opts/2 and get_sock_opts/2
| * ssh: implemented get_sock_opts/2 and get_sock_opts/2Hans Nilsson2020-02-211-0/+35
| |
* | Fix typos in docsWojtek Mach2019-12-141-1/+1
| |
* | Merge branch 'maint'Hans Nilsson2019-10-161-1/+9
|\ \ | |/ | | | | | | | | * maint: ssh: Update the 'exec' documentation ssh: Add references to the exec doc from the refman
| * ssh: Update the 'exec' documentationHans Nilsson2019-10-161-1/+6
| |
| * ssh: Add references to the exec doc from the refmanHans Nilsson2019-10-161-0/+3
| |
* | Merge branch 'maint'Hans Nilsson2019-09-271-2/+2
|\ \ | |/ | | | | | | * maint: ssh: Fix bad exit status code (4294967295 -> 255)
| * ssh: Fix bad exit status code (4294967295 -> 255)Hans Nilsson2019-09-271-2/+2
| | | | | | | | | | Happend when an ssh exec was executed by a direct fun that returned {error, Cause}.
* | Merge branch 'maint'Hans Nilsson2019-09-261-13/+56
|\ \ | |/ | | | | | | | | | | * maint: ssh: Document the 'disabled' option in Refman ssh: Introduce 'disabled' for 'shell' and 'exec' options ssh: Re-work the documentation on shell and exec options
| * ssh: Document the 'disabled' option in RefmanHans Nilsson2019-09-261-6/+19
| |
| * ssh: Re-work the documentation on shell and exec optionsHans Nilsson2019-09-261-14/+44
| |
* | Merge branch 'maint'Hans Nilsson2019-09-251-3/+10
|\ \ | |/ | | | | | | | | | | | | | | | | * maint: ssh: Refman updates ssh: Remove trailing linefeed in testing exec-results ssh: Change expected error messages in tests ssh: Testcases for erlang ssh server for IO in exec (both stdin and stdout) ssh: Make the testflag 'parallel' easy to inhibit ssh: Exec in erlang default shell
| * ssh: Refman updatesHans Nilsson2019-09-241-3/+10
| |
* | ssh: direct-tcpip, client partHans Nilsson2019-09-201-0/+21
| |
* | ssh: tcpip-forward, client partHans Nilsson2019-09-201-0/+22
| |
* | ssh: direct-tcpip, server partHans Nilsson2019-09-201-0/+10
| | | | | | | | | | Added handling of SSH_MSG_CHANNEL_OPEN(diret-tcpip) and a new boolean option tcpip_tunnel_in with default false.
* | ssh: tcpip-forward, server partHans Nilsson2019-09-201-0/+9
|/ | | | | Added handling of SSH_MSG_GLOBAL_REQUEST(tcpip-forward) and a new boolean option tcpip_tunnel_out with default false.
* ssh: Type daemon_info_tuple added in docHans Nilsson2019-09-091-0/+12
|
* ssh: Extend ssh:daemon_infoHans Nilsson2019-09-061-1/+8
|