LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to make ssh in Suse 10 work? (https://www.linuxquestions.org/questions/linux-networking-3/how-to-make-ssh-in-suse-10-work-446533/)

zhangy 05-19-2006 05:20 PM

How to make ssh in Suse 10 work?
 
Hi dear friends,

I still could not make my ssh work in Suse 10. My sshd_config settings are not wrong, because it is just like the settings in my suse 8.2 in where ssh works well.

settings sshd_conf are:
port:22
permitrootlogin yes
passwordauthentication no
usePAM yes
X11forwarding yes
allowusers myusername

I stopped firewall, so port is not blocked.
Could anyone tell me why ssh can work in Suse 8.2 so sampely but not in Suse 10?

I know how to use putty. The problem is that from putty in a Windows machine I could not get into linux server. It says 'access denied' after entering the correct password. Could someone tell me what could be wrong?

Thank you very very much to help me.

Zhangy from Holland Zhangy:eek:

Brian1 05-19-2006 07:52 PM

Check out this site and see if all the that is required is done.
http://www.suso.org/docs/shell/ssh.sdf


Brian1

fotoguy 05-19-2006 08:14 PM

You need to set which protocol version you are using, so add to your sshd_conf:

Protocol 2

And checkout the link Brian1 has posted,very good information.

ozegoods 06-03-2006 10:29 PM

My SSH worked fine after I followed the instructions at the below site. It was easy, done with YaST, no need to edit any config files.

Using openSSH to Securely Access Remote Systems
http://www.novell.com/coolsolutions/feature/15314.html


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