<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/openssh/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-01-26T13:36:15Z</updated>
<entry>
<title>openssh: fix recursive key file removal</title>
<updated>2025-01-26T13:36:15Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2025-01-25T11:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ef2d15c291e85d066522ca68d2cd7114a038aaa'/>
<id>urn:sha1:9ef2d15c291e85d066522ca68d2cd7114a038aaa</id>
<content type='text'>
The -r option is not required here but should also not hurt,
since it was already tested, that $key is a file.
However, to express the intent of the command more clearly,
let's drop it.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>openssh: Validate keys and regenerate if needed.</title>
<updated>2025-01-25T10:09:48Z</updated>
<author>
<name>Markus Gothe</name>
</author>
<published>2025-01-15T17:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=69c29a5b26505ca5ee3633b0b6a5463411f2a6d8'/>
<id>urn:sha1:69c29a5b26505ca5ee3633b0b6a5463411f2a6d8</id>
<content type='text'>
Imitate dropbear init.d-script and make sure we
don't end up with corrupt keys.

This can happen if we use a caching filesystem,
like 'ubifs', and the DUT is powered off during
boot-up.

Signed-off-by: Markus Gothe &lt;markus.gothe@genexis.eu&gt;
</content>
</entry>
<entry>
<title>openssh: fix killing of active sessions on shutdown</title>
<updated>2025-01-25T09:53:24Z</updated>
<author>
<name>Erik Karlsson</name>
</author>
<published>2025-01-15T13:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3ac8092a39360a430a41fb7cc7569e02c769fdfc'/>
<id>urn:sha1:3ac8092a39360a430a41fb7cc7569e02c769fdfc</id>
<content type='text'>
Starting with OpenSSH 9.8 sessions are handled by a separate binary
called sshd-session

Signed-off-by: Erik Karlsson &lt;erik.karlsson@iopsys.eu&gt;
</content>
</entry>
<entry>
<title>openssh: add respawn and reloading via signal</title>
<updated>2023-05-01T10:34:10Z</updated>
<author>
<name>Erik Karlsson</name>
</author>
<published>2023-04-12T16:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7029af834c17648c6e76c795e89003aa687c818d'/>
<id>urn:sha1:7029af834c17648c6e76c795e89003aa687c818d</id>
<content type='text'>
Configure the openssh server to respawn. Reload by sending SIGHUP

Signed-off-by: Erik Karlsson &lt;erik.karlsson@genexis.eu&gt;
</content>
</entry>
<entry>
<title>openssh-server: change sshd.failsafe</title>
<updated>2022-02-11T05:10:08Z</updated>
<author>
<name>Rucke Teg</name>
</author>
<published>2022-02-10T22:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fb113c5a706b26af57463877791fa32314b07b78'/>
<id>urn:sha1:fb113c5a706b26af57463877791fa32314b07b78</id>
<content type='text'>
There is no need to remove root password from /etc/shadow as the
password in the file is blank anyway in the failsafe mode.

Signed-off-by: Rucke Teg &lt;rucketeg@protonmail.com&gt;
</content>
</entry>
<entry>
<title>openssh: add openwrt failsafe support</title>
<updated>2020-12-15T10:19:32Z</updated>
<author>
<name>Kyle Copperfield</name>
</author>
<published>2019-11-11T12:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=45863b94cad8969b6cb4f8afe5e6818a089d1c3c'/>
<id>urn:sha1:45863b94cad8969b6cb4f8afe5e6818a089d1c3c</id>
<content type='text'>
Adds failsafe support to the openssh package.
Roughly based on an earlier patch.

Ref: https://github.com/openwrt/openwrt/pull/865
Signed-off-by: Jeff Kletsky &lt;git-commits@allycomm.com&gt;
Signed-off-by: Kyle Copperfield &lt;kmcopper@danwin1210.me&gt;
</content>
</entry>
<entry>
<title>openssh: update to 8.3p1</title>
<updated>2020-06-26T00:38:55Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-25T23:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8e77b50954426fe92e3f2b20fa9abe583b7477a6'/>
<id>urn:sha1:8e77b50954426fe92e3f2b20fa9abe583b7477a6</id>
<content type='text'>
Removed outdated options.

Small bashism fix in the init script.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>openssh: don't create ECDSA keys</title>
<updated>2020-04-06T08:18:50Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2020-04-06T08:18:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=45c0fde75d2787f621a183f6ce11fb6581995033'/>
<id>urn:sha1:45c0fde75d2787f621a183f6ce11fb6581995033</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
</content>
</entry>
<entry>
<title>openssh: use quotes</title>
<updated>2019-03-22T19:29:52Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2019-03-22T19:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=594a884c2d6dbfeaa64705f34f17131bb900e952'/>
<id>urn:sha1:594a884c2d6dbfeaa64705f34f17131bb900e952</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
</content>
</entry>
<entry>
<title>openssh: handle multiple ports and simplify init script</title>
<updated>2019-03-21T18:31:29Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2019-03-21T18:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ba72d8d13944efaa4d9a8814d1b83ec52c3b39f0'/>
<id>urn:sha1:ba72d8d13944efaa4d9a8814d1b83ec52c3b39f0</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
</content>
</entry>
</feed>
