Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ssh & rsync failed due to custom .bashrc
#5
Hello,

For scp assure that .bashrc echo nothing

add at top of bashrc test if interactive

# if not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

inspired from ubuntu .bashrc

sorry for bad english
Reply


Messages In This Thread
Re: ssh & rsync failed due to custom .bashrc - by jbz - 02-15-2021, 03:10 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)