summaryrefslogtreecommitdiff
path: root/lib/ssh
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Revert "Prepare release"Henrik Nord2022-03-242-23/+1
| | | | | | | | | | | | | | | | This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
* | | | Prepare releaseErlang/OTP2022-03-232-1/+23
| | | |
* | | | Merge branch 'maint' into masterHenrik Nord2022-03-102-1/+61
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | Prepare releaseErlang/OTP2022-03-092-1/+61
| | | |
| * | | Update copyright yearErlang/OTP2022-03-096-6/+6
| | | |
* | | | Merge branch 'maint' into masterHans Nilsson2022-02-252-1/+17
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | Merge branch 'maint-24' into maintHans Nilsson2022-02-252-1/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-24: Updated OTP version Prepare release Update copyright year
| | * | | Prepare releaseErlang/OTP2022-02-242-1/+17
| | | | |
| | * | | Update copyright yearErlang/OTP2022-02-241-1/+1
| | | | |
| | * | | ssh: Extend ssh_dbg with 'handshake'Hans Nilsson2022-02-241-2/+22
| | | | |
| | * | | ssh: Extend ssh_protocol_SUITE with incomplete connection startHans Nilsson2022-02-241-3/+119
| | | | |
| | * | | ssh: Fix parallel_login option and an intermediate controlling procHans Nilsson2022-02-242-34/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was erroneously not implemented when the state machine was re-strutctured for the OTP-24.0 release. The intermedite process is needed when parallel login is allowed. Otherwise all logins would be handled sequentially.
| * | | | ssh: Fixup the ssh_file (src and doc) in maint regarding Edwards curvesHans Nilsson2022-02-172-38/+70
| | | | | | | | | | | | | | | | | | | | They are already changed in master
| * | | | fix: improper tag for private ED keys when encodingŁukasz Niemier2022-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation states that the tag is `ed_pri` not `ed_priv` for legacy ED private keys [1]. [1]: https://erlang.org/doc/man/public_key.html#type-ed_private_key
* | | | | Revert "Prepare release"Henrik Nord2022-02-162-23/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* | | | | Prepare releaseErlang/OTP2022-02-152-1/+23
| | | | |
* | | | | Update copyright yearErlang/OTP2022-02-1526-26/+26
| | | | |
* | | | | ssh: Fix typing and documentation for ssh_file:decode/2 and ssh_file:encode/2Hans Nilsson2022-02-112-38/+65
| | | | |
* | | | | ssh: Change Edwards curves representationHans Nilsson2022-02-115-130/+145
| | | | | | | | | | | | | | | | | | | | | | | | | The temporary ed_pri and ed_pub are now changed in ssh to #ECPoint and #ECPrivate as in public_key and ssl.
* | | | | Merge branch 'maint'Cons T Åhs2022-02-021-11/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5420 from fhunleth/openssh-for-windowsCons T Åhs2022-02-021-11/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change default unspecified ssh line ending to CRLF OTP-17872
| | * | | | Change default unspecified ssh line ending to CRLFFrank Hunleth2021-11-181-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an SSH client does not specify what line endings to use, use CRLF. This fixes the built-in Windows ssh client that currently reports as "OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2". The reason for changing the default rather than adding another special case is that OpenSSH defaults to sending CR characters when unspecified. See the use of ONLCR at [1]. This mirrors that behavior. Interestingly, I found ONLCR is normally on with my testing with OpenSSH SSH to connect between MacOS and Linux, so this may not be an unusual setting anyway for non-Windows computers. Verification was done by capturing output and checking `stty -a | grep onlcr`. Tested on Windows (Putty and commandline ssh in Powershell), Linux and MacOS. [1] https://github.com/openssh/openssh-portable/blob/2dc328023f60212cd29504fc05d849133ae47355/openbsd-compat/bsd-openpty.c#L194
* | | | | | Merge pull request #5564 from kianmeng/fix-typos-in-lib-sshCons T Åhs2022-02-0251-140/+140
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos in lib/ssh OTP-17873
| * | | | | | Fix typos in lib/sshKian-Meng, Ang2022-01-2051-140/+140
| | | | | | |
* | | | | | | Merge branch 'maint' into masterHans Nilsson2022-01-262-1/+19
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * | | | | | Merge branch 'maint-23' into maintHans Nilsson2022-01-262-1/+19
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-23: Updated OTP version Prepare release Update copyright year
| | * | | | | Prepare releaseErlang/OTP2022-01-242-1/+19
| | | | | | |
| | * | | | | Update copyright yearErlang/OTP2022-01-242-2/+2
| | | | | | |
| | * | | | | ssh: Trap exits on handshake processHans Nilsson2022-01-121-1/+7
| | | | | | |
| | * | | | | ssh: Extend ssh_protocol_SUITE with incomplete connection startHans Nilsson2022-01-121-3/+119
| | | | | | |
| | * | | | | ssh: Extend ssh_dbg with 'handshake'Hans Nilsson2021-12-281-2/+24
| | | | | | |
* | | | | | | otp: Fix `make TYPE=$TYPE` to work for all typesLukas Larsson2022-01-213-3/+3
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'maint'Hans Nilsson2022-01-132-11/+9
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * maint: Fix OpenSSH encoding of Ed25519/Ed448
| * | | | | Merge pull request #5520 from jjcarstens/fix-openssh-v1-encode-edHans Nilsson2022-01-132-11/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix OpenSSH encoding of Ed25519/Ed448 OTP-17868
| | * | | | | Fix OpenSSH encoding of Ed25519/Ed448Jon Carstens2022-01-112-11/+9
| | | | | | |
* | | | | | | Merge branch 'maint'Hans Nilsson2022-01-133-39/+204
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: ssh: Extend ssh_dbg with 'handshake' ssh: Extend ssh_protocol_SUITE with incomplete connection start ssh: Fix parallel_login option and an intermediate controlling proc
| * | | | | | ssh: Extend ssh_dbg with 'handshake'Hans Nilsson2022-01-121-2/+22
| | | | | | |
| * | | | | | ssh: Extend ssh_protocol_SUITE with incomplete connection startHans Nilsson2022-01-111-3/+119
| | | | | | |
| * | | | | | ssh: Fix parallel_login option and an intermediate controlling procHans Nilsson2022-01-112-34/+63
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option was erroneously not implemented when the state machine was re-strutctured for the OTP-24.0 release. The intermedite process is needed when parallel login is allowed. Otherwise all logins would be handled sequentially.
* | | | | | Merge branch 'maint'Hans Nilsson2022-01-1110-9/+49
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * maint: Support Ed25519/Ed448 SSH host keys in OpenSSL format
| * | | | | Merge pull request #5532 from jjcarstens/support-openssl-edwards-ssh-host-keyHans Nilsson2022-01-1110-9/+49
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Ed25519/Ed448 SSH host keys in old format OTP-17857
| | * | | | | Support Ed25519/Ed448 SSH host keys in OpenSSL formatJon Carstens2021-12-1810-9/+49
| | | | | | |
* | | | | | | Merge branch 'maint'Lukas Larsson2022-01-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * maint: ssl: Fix sed of ssl/ssh deps file
| * | | | | | ssl: Fix sed of ssl/ssh deps fileLukas Larsson2022-01-031-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Closes #5548
* | | | | | Merge branch 'maint'Hans Nilsson2021-12-175-8/+56
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * maint: ssh: Update build scripts for ssh_compat_SUITE docker
| * | | | | ssh: Update build scripts for ssh_compat_SUITE dockerHans Nilsson2021-12-175-8/+56
| | |_|/ / | |/| | |
* | | | | Merge branch 'maint'Rickard Green2021-12-152-1/+38
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # lib/crypto/doc/src/crypto.xml # lib/kernel/src/kernel.app.src
| * | | | Prepare releaseErlang/OTP2021-12-142-1/+38
| | | | |
* | | | | Merge branch 'maint'Rickard Green2021-12-1368-68/+68
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * maint: Update copyright year
| * | | | Update copyright yearRickard Green2021-12-1368-68/+68
| | | | |