Skip to content
Snippets Groups Projects
  1. Jan 28, 2025
  2. Jan 27, 2025
  3. Jan 16, 2025
  4. Jan 15, 2025
  5. Sep 30, 2024
  6. Aug 27, 2024
  7. Jul 04, 2024
  8. May 20, 2024
  9. May 17, 2024
  10. May 06, 2024
    • Mohd Mehdi's avatar
      openssh: extend uci with more options · 5e7006f2
      Mohd Mehdi authored
      Add support and set defaults for following in default sshd config:
      
      * Ciphers:		aes256-ctr, aes192-ctr, aes128-ctr
      
      * HostKeyAlgorithms:	ssh-dss, ssh-rsa, ecdsa-sha2-nistp521,
      			ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
      
      * HostKeyFiles:		default is empty
      
      * KexAlgorithms:	diffie-hellman-group-exchange-sha256,
      			diffie-hellman-group14-sha1,
      			ecdh-sha2-nistp521,ecdh-sha2-nistp384,
      			ecdh-sha2-nistp256
      5e7006f2
  11. May 02, 2024
    • Mohd Mehdi's avatar
      openssh: add migration script · e996dfd7
      Mohd Mehdi authored
      * add uci-default script that will generate an sshd config from
        dropbear config, if present (to preserve settings from previous
        image which had dropbear), or with default values if sshd config
        is also not present
      
      * the script will also check for dropbear key file and if found,
        place them where sshd expects them
      e996dfd7
  12. Apr 27, 2024
  13. Apr 26, 2024
  14. Apr 02, 2024
    • Mohd Mehdi's avatar
      openssh: add uci and multi-instance support · 993bded9
      Mohd Mehdi authored and Rahul Thakur's avatar Rahul Thakur committed
      * openssh package is missing uci support in openwrt,
      this commit implements the same. The init script
      now reads from the uci and passes the arguments to
      openssh.
      * support for handling multiple instances is also
      added.
      
      note: the same has been up-streamed and has also got
      1 approval already.
      993bded9
  15. Feb 07, 2024
  16. Oct 07, 2023
  17. Sep 15, 2023
  18. May 17, 2023
  19. May 01, 2023
  20. Apr 25, 2023
    • Glen Huang's avatar
      openssh: preserve authorized_keys · e36a55c9
      Glen Huang authored
      
      The root user is usually the user that clients ssh into with, so in most
      cases its authorized_keys determines what clients are allowed to ssh
      into this device. Without preserving this file, they could potentially
      be locked out after upgrading.
      
      Signed-off-by: default avatarGlen Huang <me@glenhuang.com>
      e36a55c9
  21. Mar 18, 2023
  22. Feb 03, 2023
  23. Dec 13, 2022
  24. Apr 13, 2022
  25. Mar 17, 2022
  26. Feb 11, 2022
  27. Nov 12, 2021
  28. Sep 27, 2021
  29. Aug 25, 2021
Loading