Hello
    Here they are:


[root@angel mandrake]# ps auxw | grep sshd
root       619  0.0  0.0  2264    0 ?        SW   Sep06   0:00 [sshd2]
root      1783  0.0  1.6  1244  512 pts/1    S    07:41   0:00 grep sshd
[root@angel mandrake]# ssh -v angel.funrei.br date
debug: hostname is 'angel.funrei.br'.
debug: Unable to open /root/.ssh2/ssh2_config
debug: connecting to angel.funrei.br...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug:
SshAuthMethodClient/sshauthmethodc.c:105/ssh_client_authentication_initia
lize: Added "publickey" to usable methods.
debug:
SshAuthMethodClient/sshauthmethodc.c:105/ssh_client_authentication_initia
lize: Added "password" to usable methods.
debug: Ssh2Client/sshclient.c:1104/ssh_client_wrap: creating userauth
protocol
debug: Ssh2Common/sshcommon.c:487/ssh_common_wrap: local ip = 200.17.67.130,
loc
al port = 1178
debug: Ssh2Common/sshcommon.c:489/ssh_common_wrap: remote ip =
200.17.67.130, re
mote port = 22
debug: SshConnection/sshconn.c:1853/ssh_conn_wrap: Wrapping...
debug: Ssh2Transport/trcommon.c:593/ssh_tr_input_version: Remote version:
SSH-1.
99-2.3.0 SSH Secure Shell (non-commercial)
debug: Ssh2Transport/trcommon.c:1068/ssh_tr_negotiate: c_to_s: cipher
3des-cbc, mac hmac-sha1, compression none
debug: Ssh2Transport/trcommon.c:1071/ssh_tr_negotiate: s_to_c: cipher
3des-cbc,mac hmac-sha1, compression none
debug: SshUnixUserFiles/sshunixuserfiles.c:200/ssh_blob_read: file
/root/.ssh2/h
ostkeys/key_22_angel.funrei.br.pub does not exist.
debug: SshUnixUserFiles/sshunixuserfiles.c:200/ssh_blob_read: file
/etc/ssh2/hos
tkeys/key_22_angel.funrei.br.pub does not exist.
Host key not found from database.
Key fingerprint:
debug: Ssh2Common/sshcommon.c:297/ssh_common_special: Received
SSH_CROSS_STARTUP packet from connection protocol.
debug: Ssh2Common/sshcommon.c:347/ssh_common_special: Received
SSH_CROSS_ALGORITHMS packet from connection protocol.
debug: Unable to open /root/.ssh2/identification
debug: Ssh2AuthClient/sshauthc.c:309/ssh_authc_completion_proc: Method
'publickey' disabled.
debug: Ssh2AuthPasswdClient/authc-passwd.c:82/ssh_client_auth_passwd:
Starting password query...
root's password:
debug: Ssh2Common/sshcommon.c:263/ssh_common_special: Received
SSH_CROSS_AUTHENTICATED packet from connection protocol.
esdebug: Ssh2Common/sshcommon.c:686/ssh_common_new_channel: num_channels now
1
debug: Requesting X11 forwarding with authentication spoofing.
Thu Sep  7 07:44:03 BRT 2000
debug:
Ssh2ChannelSession/sshchsession.c:1306/ssh_channel_session_request_exit_status:
received exit status : 0
debug: Ssh2Common/sshcommon.c:660/ssh_common_destroy_channel: num_channels
now 0debug: Got session close with exit_status=0
debug: destroying client struct...
debug: uninitializing event loop


I hope this helps you.

Many thanks

Ed






> "Eduardo M. A. M. Mendes" <[EMAIL PROTECTED]> writes:
>
> > a) I can't see sshd using ps aux | grep sshd anymore.  sshd start seems
> > to be working but no pid
> > is shown.
>
> Try to do:
>
> ps auxw | grep sshd
>
> > c) when i try to connect ot the server I always get:
> >
> > Connection closed by
>
> Please send the output of "ssh -v your_server date" to the list.
>
> --
> Yuji Yamano

Reply via email to