dropbear: server support option '-T' max auth tries
[openwrt/openwrt.git] / package / network / services / dropbear / patches / 610-skip-default-keys-in-custom-runs.patch
index ee6d273344a72a01e8a7b8b69508563dd78ce3a2..a555a9e49856dd4466d6893a61b907fba341292d 100644 (file)
@@ -1,6 +1,6 @@
 --- a/svr-runopts.c
 +++ b/svr-runopts.c
-@@ -475,6 +475,7 @@ void load_all_hostkeys() {
+@@ -505,6 +505,7 @@ void load_all_hostkeys() {
                m_free(hostkey_file);
        }
  
@@ -8,7 +8,7 @@
  #ifdef DROPBEAR_RSA
        loadhostkey(RSA_PRIV_FILENAME, 0);
  #endif
-@@ -486,6 +487,7 @@ void load_all_hostkeys() {
+@@ -516,6 +517,7 @@ void load_all_hostkeys() {
  #ifdef DROPBEAR_ECDSA
        loadhostkey(ECDSA_PRIV_FILENAME, 0);
  #endif