#13852: bash problem with scp
--------------------------+----------------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  10.03.1
Resolution:               |   Keywords:
--------------------------+----------------------------------

Comment (by hmg007):

 2 years later, GNU bash, version 4.2.53(1)-release (mips-openwrt-linux-
 gnu) and the problem persists. Here's my workaround for scp and rsync. (I
 don't use sudo.)

 /etc/passwd:

 {{{
 henryg:x:1000:1000::/home/henryg:/bin/ash
 }}}

 cat $HOME/.profile
 {{{
 #       .profile - Bourne shell login script

         [ "$PS1" = "" ] || {
                 /bin/bash
                 exit
         }

 }}}

 No distracting messages.

--
Ticket URL: <https://dev.openwrt.org/ticket/13852#comment:5>
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