#20751: Dropbear crashes if banner file is set, but file does not exist.
-----------------------+---------------------------------------
  Reporter:  3ndymion  |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:  Designated Driver (Trunk)
 Component:  packages  |    Version:  Trunk
Resolution:            |   Keywords:  dropbear ssh
-----------------------+---------------------------------------

Comment (by bittorf@…):

 dropbear itself has nothing to do with the banner file.
 in /etc/profile (which is executed during login) there is this line:

 {{{
 #!/bin/sh
 [ -f /etc/banner ] && cat /etc/banner
 }}}

 so if you delete this file, nothing happens. your
 problem is another one. if i remove the /etc/banner file
 on a router, i can login without any problems.

--
Ticket URL: <https://dev.openwrt.org/ticket/20751#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to