Copyright 2002,2003 A.P. Lawrence
False
The --init-file overides the default, and ~/myfile is what is run. I use this to automatically run ssh-add for instance. A script "agent" contains:
ssh-agent /bin/bash --init-file ~/.ssh_bash_start
and .ssh_bash_start is
. ~/.bashrc ssh-add
Add your comments