<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src, branch OTP-21.3.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix sftpd interop for SSH_FXP_STAT</title>
<updated>2019-01-04T12:15:35+00:00</updated>
<author>
<name>Kristoffer Larsen</name>
<email>kri@telia.net</email>
</author>
<published>2019-01-04T12:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7b8c8ba289125a52d4dfca2da506e2063cb99d0e'/>
<id>7b8c8ba289125a52d4dfca2da506e2063cb99d0e</id>
<content type='text'>
Some SFTP client's have been discover to claim one version of the
protocol and send messages in a different version.

In the spirit of Postel's law, we can for SSH_FXP_STAT, ignore the
differences in the protocol, as we are not doing anything with the flags
anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some SFTP client's have been discover to claim one version of the
protocol and send messages in a different version.

In the spirit of Postel's law, we can for SSH_FXP_STAT, ignore the
differences in the protocol, as we are not doing anything with the flags
anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/port_leak/OTP-15397' into maint-21</title>
<updated>2018-12-27T09:45:52+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-27T09:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=92a8fcdbfa0fc5ed65cf0d45ab2711cc3dd2a493'/>
<id>92a8fcdbfa0fc5ed65cf0d45ab2711cc3dd2a493</id>
<content type='text'>
* hans/ssh/port_leak/OTP-15397:
  ssh: Fix port leakage for daemons failing at start
  ssh: Add port close test

# Conflicts:
#	lib/ssh/test/ssh_basic_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/port_leak/OTP-15397:
  ssh: Fix port leakage for daemons failing at start
  ssh: Add port close test

# Conflicts:
#	lib/ssh/test/ssh_basic_SUITE.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix port leakage for daemons failing at start</title>
<updated>2018-12-21T16:16:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-12-19T17:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9b8575437a3c84eab77453279d8844c52485216c'/>
<id>9b8575437a3c84eab77453279d8844c52485216c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hans/ssh/eddsa/OTP-15094' into maint</title>
<updated>2018-11-19T16:25:13+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-19T16:25:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68b7a5fb25a06131220e01876c0b1e5434161da3'/>
<id>68b7a5fb25a06131220e01876c0b1e5434161da3</id>
<content type='text'>
* hans/ssh/eddsa/OTP-15094:
  ssh: Add Edward curves to the documentation
  ssh: Update test cases for eddsa
  ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hans/ssh/eddsa/OTP-15094:
  ssh: Add Edward curves to the documentation
  ssh: Update test cases for eddsa
  ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Make host and user key pre-checking better</title>
<updated>2018-11-19T16:23:35+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-14T11:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4ad3a9eb7a1b375d2dbbf93069ea9ae038d121f'/>
<id>b4ad3a9eb7a1b375d2dbbf93069ea9ae038d121f</id>
<content type='text'>
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported.
Also centralize host key checking to avoid code duplication. This was already done for user keys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported.
Also centralize host key checking to avoid code duplication. This was already done for user keys.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Generalize unpublished test support option</title>
<updated>2018-11-19T16:23:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-01T13:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=709534a5417f20f8edda1d3664669ed9d3129354'/>
<id>709534a5417f20f8edda1d3664669ed9d3129354</id>
<content type='text'>
Also rename the corresponding testcase in ssh_options_SUITE and add logging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename the corresponding testcase in ssh_options_SUITE and add logging.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Cleaning and polishing of ssh_auth</title>
<updated>2018-11-19T16:23:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-31T14:34:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c3e66d5969e1abe2c8827b756edd860555038a8'/>
<id>4c3e66d5969e1abe2c8827b756edd860555038a8</id>
<content type='text'>
No intentional api changes. Only to make the code less hard to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No intentional api changes. Only to make the code less hard to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add a common key_cb call function</title>
<updated>2018-11-19T16:23:34+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-10-31T12:11:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa1562a060cb91214acb639b9be9e1c6a59db884'/>
<id>aa1562a060cb91214acb639b9be9e1c6a59db884</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448'</title>
<updated>2018-11-19T16:22:38+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-05-21T10:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e923747f392a3c3a4da0aae2f3766d3173b80f6e'/>
<id>e923747f392a3c3a4da0aae2f3766d3173b80f6e</id>
<content type='text'>
Requires OpenSSL-1.1.1
https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requires OpenSSL-1.1.1
https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix documentation for public key in ext_info</title>
<updated>2018-11-09T15:02:53+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2018-11-07T14:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c37c4814295aedfc416ec8739bd1b8af8425bace'/>
<id>c37c4814295aedfc416ec8739bd1b8af8425bace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
