Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th April 2007, 09:58 AM
Elv1n06 Offline
Registered User
 
Join Date: Mar 2007
Posts: 11
scp/ssh help NEEDED! Verbose output included

So I've tried both sshing in and running scp, and running scp direct. Both give similar results, which are negative to say the least Here's the short and skinny.... I'm trying to dl my entire dir recurs... this is what I'm getting :
Code:
scp -rpv u40743679@my.net:. localhost:/home/jdog/sites/c4m 
Executing: /usr/bin/ssh -v -x -oClearAllForwardings yes -n -l u40743679 my.net scp -v -r -p . localhost:/home/jdog/sites/c4m
OpenSSH_4.3 Debian 1:4.3p2-2p2 Debian 1:4.3p2-2, OpenSSL 0.9.6c 21 dec 2001
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to my.net [**.***.***.**] port 22.
debug1: Connection established.
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/identity type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.3 Debian 1:4.3p2-2
debug1: match: OpenSSH_4.3 Debian 1:4.3p2-2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3 Debian 1:4.3p2-2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'my.net' is known and matches the DSA host key.
debug1: Found key in /kunden/homepages/21/d171739619/htdocs/.ssh/known_hosts:1
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/identity
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa
debug1: Next authentication method: password
u40743679@my.net's password: 
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -r -p . localhost:/home/jdog/sites/c4m
Executing: program /usr/bin/ssh host localhost, user (unspecified), command scp -v -r -p -t /home/jdog/sites/c4m
OpenSSH_4.3 Debian 1:4.3p2-2p2 Debian 1:4.3p2-2, OpenSSL 0.9.6c 21 dec 2001
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/identity type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.3 Debian 1:4.3p2-2
debug1: match: OpenSSH_4.3 Debian 1:4.3p2-2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3 Debian 1:4.3p2-2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'localhost' is known and matches the DSA host key.
debug1: Found key in /kunden/homepages/21/d171739619/htdocs/.ssh/known_hosts:2
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/identity
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa
debug1: Next authentication method: password
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
debug1: No more authentication methods to try.
Permission denied (publickey,password).
lost connection
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.3 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 1
I've scoured everything from mailing lists, google, forums, etc. and have tried applying anything remotely related with no success. I, although now MUCH more educated on ssh and scp , am at a COMPLETE loss! Thanks in advance,
Elv1n06
Reply With Quote
Reply

Tags
included, needed, output, scp or ssh, verbose

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Verbose Shutdown huangja Using Fedora 5 6th August 2008 05:18 PM
Logwatch under Fedora 8 too verbose lhouk Using Fedora 17 9th May 2008 12:35 AM
Silent and Verbose mode massimomm Using Fedora 3 31st March 2006 10:50 AM
dhclient no verbose output? mattypoppins Servers & Networking 5 6th September 2005 02:29 AM


Current GMT-time: 03:12 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat