error using scp

hello fiends ,

i am facing this for the first time regarding the scp.

when i am copying file1 from one machine to another machine in the same LAN

scp file1 192.168.4.40:/root

i am geting the error as

/root/.bashrc: line 17: toilet: command not found
/root/.bashrc: line 19: toilet: command not found
/root/.bashrc: line 21: toilet: command not found

file contents of /root/.bashrc is as below

# ~/.bashrc: executed by bash(1) for non-login shells.

export PS1='\h:\w\$ '
umask 022

# You may uncomment the following lines if you want `ls' to be colorized:
# export LS_OPTIONS='--color=auto'
# eval "`dircolors`"
# alias ls='ls $LS_OPTIONS'
# alias ll='ls $LS_OPTIONS -l'
# alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
# alias rm='rm -i'
# alias cp='cp -i'
# alias mv='mv -i'

can you let me know whats going wrong.

Check the .bashrc file on 192.168.4.40