Eduardo Mendes wrote:
Hi
Many thanks.

1) scp --vv gives:

Executing: host xxx.xxx.xxx.xx, user eduardo, command scp -v -t /home/eduardo/
SSH Version 1.2.33 [sparc-sun-solaris2.6], protocol version 1.5.
Standard version. Does not use RSAREF.
bertie: Reading configuration data /etc/ssh1/ssh_config
bertie: ssh_connect: getuid 1105 geteuid 0 anon 0
bertie: Allocated local port 1023.
bertie: Connecting to xxx.xx.xx.xxx port 22.
bertie: Connection established.
bertie: Remote protocol version 2.0, remote software version 3.2.0 SSH Secure Shell (non-commercial)
bertie: Waiting for server public key.
Connection closed by remote host.
lost connection
Your trying to use a ssh version that is too old. ssh v 1.2.33 (commercial) only supports protocol version 1.x, not 2.0 that is used with 3.2.0 ssh.

upgrade your ssh client on the client side.

if regular ssh works, then your remote machine has fallback turned on (it will fire up sshd v1.x when a ssh 1.x client connects) but it's misconfigured for the scp fallback part.


2) I can't use strace. /dev/log problems

3) No telnet, no ping on the machine.

Any suggestions?

Many thanks

Ed


On Wednesday 20 November 2002 05:48 pm, Tru64 User wrote:

Hi,

Enable debugging (option -vv) to see exactly why the
connection is being denied.

Or better yet, run "strace -o output.file ssh
....rest_of_command"

That should trace the whole call, and u will be able
to see where the problem occurs.

Can u ping this machine? telnet to it? Other basic
network stuff/firewall?

_Thanks

Richard Mollel

--- Eduardo Mendes <[EMAIL PROTECTED]> wrote:

Hello

I am trying to scp some files from one host to
another but no success.  shh
deamon is running as can be seen below:

ps -ef | grep sshd
root     10890     1  0 09:13 ?        00:00:00 sshd
root     14620 14542  0 15:35 pts/4    00:00:00 grep
sshd


However when I try
scp 9611947.PDF eduardo@(ip address):/home/eduardo/

I get

Connection closed by remote host.
lost connection


What am I doing wrong?

Many thanks

Ed


Want to buy your Pack or Services from

MandrakeSoft?


Go to http://www.mandrakestore.com
=====


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com


------------------------------------------------------------------------

Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

--
Bryan Whitehead
SysAdmin - JPL - Interferometry Systems and Technology
Phone: 818 354 2903
[EMAIL PROTECTED]


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to