Re: Scp fails to a host runninf ssh-agent..
On Sun, Feb 09, 2003 at 04:38:54PM -0800, Adam Jurevicius wrote:
> adamj@test1[~]$ scp syslinux-2.00.tar.gz adamj@test2:
You have an unprotected stty command in your .bashrc file. At
the very least, stty commands should be wrapped in "if [ -t 0 ]"
or similar. Ideally, they should not be in .bashrc at all -- they
should be in .profile or .bash_profile.
(If you aren't using bash, then the same reasoning applies, but
the file names will be different.)
Received on Tue Feb 11 12:00:43 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:02:54 EDT
|