Re: [gentoo-user] Problem with scp

2003-06-28 Thread Paul Colquhoun
On Sat, 28 Jun 2003 06:34 pm, Heschi Kreinick wrote: > Someone gave you what I think is the right answer but I don't believe you > ever responded, so I'll reiterate. > I saw this line in your example login: > Good day to avoid cops. Crawl to work. > which looks to me like you have `fortune` in yo

Re: [gentoo-user] Problem with scp

2003-06-28 Thread Heschi Kreinick
Someone gave you what I think is the right answer but I don't believe you ever responded, so I'll reiterate. I saw this line in your example login: Good day to avoid cops. Crawl to work. which looks to me like you have `fortune` in your .bashrc or .bash_profile. scp will not work if commands you h

Re: [gentoo-user] Problem with scp

2003-06-27 Thread Paul Colquhoun
: Paul Colquhoun [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 4:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [gentoo-user] Problem with scp > > > On Thu, 26 Jun 2003 01:31 am, [EMAIL PROTECTED] wrote: > > I have run into certain issues with scp, where the remote

RE: [gentoo-user] Problem with scp

2003-06-26 Thread RVick
:12 PM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Problem with scp On Thu, 26 Jun 2003 01:31 am, [EMAIL PROTECTED] wrote: > I have run into certain issues with scp, where the remote server will only > accept "scp -v -2 [EMAIL PROTECTED] connections, because the remote server i

Re: [gentoo-user] Problem with scp

2003-06-25 Thread Paul Colquhoun
On Thu, 26 Jun 2003 01:31 am, [EMAIL PROTECTED] wrote: > I have run into certain issues with scp, where the remote server will only > accept "scp -v -2 [EMAIL PROTECTED] connections, because the remote server is > forcing protocol 2 only connections. Have you tried that? I tried "scp -oProtocol

RE: [gentoo-user] Problem with scp

2003-06-25 Thread RVick
Sent: Wednesday, June 25, 2003 8:36 AM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] Problem with scp On Wed, Jun 25, 2003 at 07:48:49PM +1000, Paul Colquhoun wrote: > > On Wed, 25 Jun 2003, Paul Colquhoun wrote: > > > > >The only problem I am having is with scp. I have openssh i

Re: [gentoo-user] Problem with scp

2003-06-25 Thread Rex Walters
On Wed, Jun 25, 2003 at 07:48:49PM +1000, Paul Colquhoun wrote: > > On Wed, 25 Jun 2003, Paul Colquhoun wrote: > > > > >The only problem I am having is with scp. I have openssh installed, > and > > >can ssh into the box, but cannot copy files to the box with scp. When > I > > >try, I get aske

Re: [gentoo-user] Problem with scp

2003-06-25 Thread Paul Colquhoun
On Wed, 25 Jun 2003 07:44 pm, Daniel Jaeggi wrote: > On Wed, Jun 25, 2003 at 07:48:49PM +1000, Paul Colquhoun wrote: > > > What command do you use to scp? (whole command line). > > > > > > > $ scp xx [EMAIL PROTECTED]:. > > [EMAIL PROTECTED]'s password: > > > > Have you tried inserting a full p

Re: [gentoo-user] Problem with scp

2003-06-25 Thread Zachary P. Landau
> The only problem I am having is with scp. I have openssh installed, and > can ssh into the box, but cannot copy files to the box with scp. When I > try, I get asked for my password (as expected), then the session just > sits there, doing nothing. Make sure nothing in .bashrc creates any outpu

Re: [gentoo-user] Problem with scp

2003-06-25 Thread Daniel Jaeggi
On Wed, Jun 25, 2003 at 07:48:49PM +1000, Paul Colquhoun wrote: > > What command do you use to scp? (whole command line). > > > > $ scp xx [EMAIL PROTECTED]:. > [EMAIL PROTECTED]'s password: > Have you tried inserting a full path like: $ scp xx [EMAIL PROTECTED]:/home/paulcol/ and seeing what

Re: [gentoo-user] Problem with scp

2003-06-25 Thread Paul Colquhoun
On Wed, 25 Jun 2003 07:36 pm, MAL wrote: > On Wed, 25 Jun 2003, Paul Colquhoun wrote: > > >The only problem I am having is with scp. I have openssh installed, and > >can ssh into the box, but cannot copy files to the box with scp. When I > >try, I get asked for my password (as expected), then

Re: [gentoo-user] Problem with scp

2003-06-25 Thread MAL
On Wed, 25 Jun 2003, Paul Colquhoun wrote: >The only problem I am having is with scp. I have openssh installed, and >can ssh into the box, but cannot copy files to the box with scp. When I >try, I get asked for my password (as expected), then the session just >sits there, doing nothing. What c