On Thu, 22 Apr 2004, Gavin Henry wrote: > Is there anything I can do with /etc/bashrc or ~/.bashrc etc? I'm not seeing this. Stock FC1 machines with standard /etc/bashrc and ~/.bashrc (other than removal of the annoying interactive aliases for standard commands): [kaboom@d1000 kaboom]$ ssh root@scratchmonkey ls -l /var/run/main.cf ls: /var/run/main.cf: No such file or directory [kaboom@d1000 kaboom]$ scp -p root@slartibartfast:/etc/postfix/main.cf root@scratchmonkey:/var/run [kaboom@d1000 kaboom]$ ssh root@scratchmonkey ls -l /var/run/main.cf -rw-r--r-- 1 root root 26560 Apr 5 17:19 /var/run/main.cf [kaboom@d1000 kaboom]$ I'm using encrypted key-based authentication w/ ssh-agent there.... later, chris