Skip to content

Releases: k4yt3x/sshd_config

1.8

09 Oct 20:52
846cf1a
Compare
Choose a tag to compare

What's Changed

  • Disable User Environment Variables Passthrough by @byrchbaker in #12

New Contributors

Full Changelog: 1.7...1.8

1.7

06 May 22:39
18a56d9
Compare
Choose a tag to compare
1.7
Add Information Disclosure and use only secure HostKeys (#9)

* Add Information Disclosure and use only secure HostKeys

* Update sshd_config

Co-authored-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>

* feat(sshd): made `DebianBanner` option commented by default

Signed-off-by: k4yt3x <i@k4yt3x.com>

---------

Signed-off-by: k4yt3x <i@k4yt3x.com>
Co-authored-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>
Co-authored-by: k4yt3x <i@k4yt3x.com>

1.6

12 Feb 03:41
51f4313
Compare
Choose a tag to compare
1.6
feat(sshd): prefer stronger MAC algorithms

- corrected multiple spelling errors
- improved the formatting of comments

Signed-off-by: k4yt3x <i@k4yt3x.com>

1.5

09 Feb 00:49
0da3519
Compare
Choose a tag to compare
1.5
kex: allow SNTRU-Prime (#8)

* Add SNTRU-Prime KEX (Post-quantum key exchange)

* Add the ChaCha20-Poly1305 AEAD

* Update the "Last Updated" date

* Update the Copyright year

* Update sshd_config

* feat(sshd): increased the priority of KexAlgorithm sntrup761x25519-sha512

---------

Co-authored-by: K4YT3X <github@k4yt3x.com>

1.4

21 Dec 05:15
f37d597
Compare
Choose a tag to compare
1.4
Merge pull request #7 from IceCodeNew/migrate-terrapin-attack

disable AES CTR ciphers to mitigate the Terrapin attack

1.3

15 Oct 16:41
Compare
Choose a tag to compare
1.3
added line for backing up moduli file

1.2

10 Oct 10:44
Compare
Choose a tag to compare
1.2
hard-coded environment variables, removed deprecated variables, updat…

1.1

06 Oct 18:51
Compare
Choose a tag to compare
1.1
version 1.1: moved items into sections, added sandboxing option