Howdy,

I have compiled and configured ssh2 on 2 Solaris8 systems. ssh works
fine. I am trying to get sftp2 to work but get these messages when in
debug mode. It seems that the "Not a tty" reference might be the issue.
Anyone have any ideas?

Thanks in advance


$ sftp -D aries
sftp> open aries
Opening connection to aries
debug: hostname is 'aries'.
debug: connecting to aries...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug:
SshAuthMethodClient/sshauthmethodc.c:117/ssh_client_authentication_initialize:
Added "publickey" to usable methods.
debug:
SshAuthMethodClient/sshauthmethodc.c:117/ssh_client_authentication_initialize:
Added "password" to usable methods.
debug: Ssh2Client/sshclient.c:1142/ssh_client_wrap: creating userauth
protocol
debug: Ssh2Common/sshcommon.c:502/ssh_common_wrap: local ip =
xxx.xxx.xxx.xxx, local port = 34436
debug: Ssh2Common/sshcommon.c:504/ssh_common_wrap: remote ip =
xxx.xxx.xxx.xxx, remote port = 22
debug: SshConnection/sshconn.c:1866/ssh_conn_wrap: Wrapping...
debug: Ssh2Transport/trcommon.c:599/ssh_tr_input_version: Remote
version: SSH-2.0-2.4.0 SSH Secure Shell (non-commercial)
debug: Ssh2Transport/trcommon.c:1120/ssh_tr_negotiate: c_to_s: cipher
3des-cbc, mac hmac-sha1, compression none
debug: Ssh2Transport/trcommon.c:1123/ssh_tr_negotiate: s_to_c: cipher
3des-cbc, mac hmac-sha1, compression none
debug: Ssh2Client/sshclient.c:406/keycheck_key_match: Host key found
from database.
debug: Ssh2Common/sshcommon.c:306/ssh_common_special: Received
SSH_CROSS_STARTUP packet from connection protocol.
debug: Ssh2Common/sshcommon.c:356/ssh_common_special: Received
SSH_CROSS_ALGORITHMS packet from connection protocol.
debug:
Ssh2AuthPubKeyClient/authc-pubkey.c:777/ssh_client_auth_pubkey_agent_list_complete:
adding keyfile "/export/home/gmilder/.ssh2/id_dsa_1024_a" to candidates
debug:
Ssh2AuthPubKeyClient/authc-pubkey.c:330/ssh_client_auth_pubkey_send_signature:
Constructing and sending signature...
debug:
Ssh2AuthPubKeyClient/authc-pubkey.c:423/ssh_client_auth_pubkey_send_signature:
ssh_client_auth_pubkey_send_signature: reading
/export/home/gmilder/.ssh2/id_dsa_1024_a
Passphrase for key "/export/home/gmilder/.ssh2/id_dsa_1024_a" with
comment "1024-bit dsa, gmilder@libra, Wed Jan 31 2001 23:12:53":
debug: Ssh2Common/sshcommon.c:274/ssh_common_special: Received
SSH_CROSS_AUTHENTICATED packet from connection protocol.
sftp> debug: Ssh2Common/sshcommon.c:704/ssh_common_new_channel:
num_channels now 1
debug: SshTtyFlags/sshttyflags.c:294/ssh_internal_encode_tty_flags: Not
a tty. (fd = 0)
debug:
Ssh2ChannelSession/sshchsession.c:1411/ssh_channel_session_request_exit_signal:
received exit signal. signal number: 9; core dumped: FALSE; error msg:
"", language tag: ""
debug: Ssh2Common/sshcommon.c:678/ssh_common_destroy_channel:
num_channels now 0
debug: Got session close with exit_status=0
debug: destroying client struct...
debug: uninitializing event loop
ssh_sigchld_real_callback
ssh_sigchld_process_pid: calling handler pid 850 code 0
Warning: child process (ssh2) exited with code 0.

Reply via email to