SCIENTIFIC-LINUX-USERS Archives

June 2009

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jan Iven <[log in to unmask]>
Reply To:
Date:
Fri, 26 Jun 2009 10:20:25 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
On 25/06/09 11:15, Felix Farcas wrote:

> debug1: Sending command: scp -v -t /home/felix/
> 
> Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2009-06-25 12:06

If that is a cut&paste, the above line is most likel;y the culprit.
"scp" assumes a totally-transparent channel, any messages from shell
init scripts etc will mess up the protocol (the "banner" file
(/etc/issue.net) is ok, that is transferred via a different mechanism).

try
ssh -l user host /bin/true
and  fix your (remove) environment for this to not return any output..

cheers
jan

ATOM RSS1 RSS2