Garance A Drosihn <[EMAIL PROTECTED]> writes: > At 1:08 PM -0800 2/9/04, twig les wrote: > >Hey all, I have to identical boxes running 4.6 and all of a > >sudden one stopped taking SCP even though it still takes ssh > >connections. > > This may not help you at all, but every time I've had a problem > where scp fails and ssh works, it has been because the userid on > the remote side printed out some extra text while it was logging > in. Something like 'Welcome to ....' in the .bashrc, for instance.
The solution to that type of problem is to have the text be printed only on interactive sessions. e.g.: if tty -s; then echo 'executing .bashrc' fi I thought once defined shell functions to do that for me, but they aren't in my startup files now... _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"