[ale] SSH3.1.0 scp failure (a mystery to me)

Dow Hurst dhurst at kennesaw.edu
Tue Jan 14 12:46:28 EST 2003


forgot to mention:
Is "not a tty", listed by sshfc.transfer at the end of the messages 
below, the problem?  If so, how would I overcome this?
Thanks again,
Dow


Dow Hurst wrote:

> Here is a scp problem with SSH Communications 3.1.0 connections I'm 
> having.  Both client and server are the same version of the program.  
> I seem to have a problem after authentication occurs.  Regular ssh 
> sessions work just fine.  Any ideas on what I can try?  I am using 
> SSH2 protocol, not SSH1.  I've isolated the problem to two machines on 
> the same switch, running the same version of the program, and 
> configured the ssh2_config file to not try SSH1 protocol.  This is 
> getting firewalls out of the loop.  Thanks,
> Dow
>
> Fluffy 1020% scp -v ./preggio_mt_02.dat per:/tmp/.
> scp:SshAppCommon/sshappcommon.c:133: Allocating global SshRegex context.
> scp:Scp2/scp2.c:499: Received error "SSH_FC_OK"., msg: Globbing 
> successful.
> scp:Scp2/scp2.c:564: Starting transfer...
> scp:/usr/people/dhurst/./preggio_mt_02.dat
> scp:SshFCTransfer/sshfc_transfer.c:2969: File list has 2 files.
> scp:SshFCTransfer/sshfc_transfer.c:2518: Not yet connected, or 
> connection down, waiting...
> scp:SshFileCopy/sshfilecopy.c:918: Making local connection.
> scp:SshFCTransfer/sshfc_transfer.c:130: Source file is "raw", and it 
> needs to be parsed.
> scp:SshFCTransfer/sshfc_transfer.c:1318: No connection yet. Waiting...
> scp:SshFCTransfer/sshfc_transfer.c:266: Next source file is 
> /usr/people/dhurst/./preggio_mt_02.dat .
> scp:SshFCTransfer/sshfc_transfer.c:2518: Not yet connected, or 
> connection down, waiting...
> scp:SshFileCopy/sshfilecopy.c:936: Connecting to remote host. (host = 
> per, user = NULL, port = NULL)
> scp:Scp2/scp2.c:1679: argv[0] = /usr/local/bin/ssh2
> scp:Scp2/scp2.c:1679: argv[1] = -v
> scp:Scp2/scp2.c:1679: argv[2] = -x
> scp:Scp2/scp2.c:1679: argv[3] = -a
> scp:Scp2/scp2.c:1679: argv[4] = -o
> scp:Scp2/scp2.c:1679: argv[5] = clearallforwardings yes
> scp:Scp2/scp2.c:1679: argv[6] = -o
> scp:Scp2/scp2.c:1679: argv[7] = passwordprompt %U@%H's password:
> scp:Scp2/scp2.c:1679: argv[8] = -o
> scp:Scp2/scp2.c:1679: argv[9] = nodelay yes
> scp:Scp2/scp2.c:1679: argv[10] = -o
> scp:Scp2/scp2.c:1679: argv[11] = authenticationnotify yes
> scp:Scp2/scp2.c:1679: argv[12] = per
> scp:Scp2/scp2.c:1679: argv[13] = -s
> scp:Scp2/scp2.c:1679: argv[14] = sftp
> debug: SshAppCommon/sshappcommon.c:133: Allocating global SshRegex 
> context.
> debug: SshConfig/sshconfig.c:2232: Unable to open 
> /nfs/walker.d3/dhurst/.ssh2/ssh2_config
> debug: Connecting to per, port 22... (SOCKS not used)
> debug: Ssh2/ssh2.c:1977: Entering event loop.
> debug: Ssh2Client/sshclient.c:1403: Creating transport protocol.
> debug: SshAuthMethodClient/sshauthmethodc.c:83: Added "publickey" to 
> usable methods.
> debug: SshAuthMethodClient/sshauthmethodc.c:83: Added "password" to 
> usable methods.
> debug: Ssh2Client/sshclient.c:1444: Creating userauth protocol.
> debug: client supports 2 auth methods: 'publickey,password'
> debug: Ssh2Common/sshcommon.c:559: local ip = 130.218.225.56, local 
> port = 1039
> debug: Ssh2Common/sshcommon.c:561: remote ip = 130.218.225.47, remote 
> port = 22
> debug: SshConnection/sshconn.c:1930: Wrapping...
> debug: Ssh2/ssh2.c:895: Opening /dev/tty for queries.
> debug: Remote version: SSH-2.0-3.1.0 SSH Secure Shell (non-commercial)
> debug: Major: 3 Minor: 1 Revision: 0
> debug: Ssh2Transport/trcommon.c:1647: lang s to c: `', lang c to s: `'
> debug: Ssh2Transport/trcommon.c:1712: c_to_s: cipher aes128-cbc, mac 
> hmac-sha1, compression none
> debug: Ssh2Transport/trcommon.c:1715: s_to_c: cipher aes128-cbc, mac 
> hmac-sha1, compression none
> debug: Remote host key found from database.
> debug: Ssh2Common/sshcommon.c:317: Received SSH_CROSS_STARTUP packet 
> from connection protocol.
> debug: Ssh2Common/sshcommon.c:367: Received SSH_CROSS_ALGORITHMS 
> packet from connection protocol.
> debug: server offers auth methods 'publickey,password'.
> debug: SshConfig/sshconfig.c:2232: Unable to open 
> /nfs/walker.d3/dhurst/.ssh2/identification
> debug: Ssh2AuthClient/sshauthc.c:315: Method 'publickey' disabled.
> debug: server offers auth methods 'publickey,password'.
> debug: Ssh2AuthPasswdClient/authc-passwd.c:95: Starting password query...
> dhurst at per's password:
> debug: Ssh2Common/sshcommon.c:285: Received SSH_CROSS_AUTHENTICATED 
> packet from connection protocol.
> debug: Ssh2/ssh2.c:646: Returning user input stream to original values.
> debug: Ssh2Common/sshcommon.c:829: num_channels now 1
> scp:SshFCTransfer/sshfc_transfer.c:1592: No connection yet. Waiting...
> debug: SshTtyFlags/sshttyflags.c:354: Not a tty. (fd = 0)
> scp:SshFCTransfer/sshfc_transfer.c:1592: No connection yet. Waiting...
> scp:SshFCTransfer/sshfc_transfer.c:1592: No connection yet. Waiting...
> scp:SshFCTransfer/sshfc_transfer.c:1592: No connection yet. Waiting...
> scp:SshFCTransfer/sshfc_transfer.c:1592: No connection yet. Waiting...
>

-- 
__________________________________________________________
Dow Hurst                  Office: 770-499-3428
Systems Support Specialist    Fax: 770-423-6744
1000 Chastain Rd., Bldg. 12
Chemistry Department SC428  Email:dhurst at kennesaw.edu
Kennesaw State University         Dow.Hurst at mindspring.com
Kennesaw, GA 30144
*********************************
*Computational Chemistry is fun!*
*********************************


_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale






More information about the Ale mailing list