LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ssh connection problem. (https://www.linuxquestions.org/questions/linux-newbie-8/ssh-connection-problem-694459/)

windstory 01-02-2009 07:12 AM

ssh connection problem.
 
I have installed centos 5.2 at my friends computer. For this I sent centos DVD.

After installing, I tried to connect to his computer through ssh.
But I received "permission denied".

How could I solve this problem?

repo 01-02-2009 07:14 AM

Is the sshd installed and running?
what is the output from
ps ax | grep ssh
firewall?

windstory 01-02-2009 06:25 PM

Service ssh runs.

When putty connected with this box, prompt asked id and password.
Also I can get putty's security alert for remote server's rsa2 key fingerprint.

I've got ssh debugging reslt as follows;

Quote:

[root:localhost:/_hanwork]# ssh -vvv tester@test.org
OpenSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to test.org [258.xxx.xxx.xxx] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: loaded 3 keys
ssh_exchange_identification: Connection closed by remote host


All times are GMT -5. The time now is 03:01 AM.