Results 1 to 7 of 7
Hi ...
When i listen ssh using " ssh localhost" command....
I am getting following error.
ssh: connect to host localhost port 22: Connection refused
please help me as early ...
- 02-10-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 3
SSH Help
Hi ...
When i listen ssh using "ssh localhost" command....
I am getting following error.
ssh: connect to host localhost port 22: Connection refused
please help me as early as possible
- 02-10-2007 #2
Probably you don't have the ssh daemon started, or you're connecting to the wrong port.
You can check ps -e|grep ssh to see whether sshd is running, and the /etc/ssh/sshd_config file will specify which port it uses.Stand up and be counted as a Linux user!
- 02-12-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 3
Yes ssh service is not started.
I have a suse linux... to start ssh service what i will have to do????
In YAST, it is not showing any ssh service.
i opened /etc/ssh/sshd_config file... it is empty file.
So what should i do now?
- 02-12-2007 #4
Check that you have an ssh server installed. OpenSSH is the most common.
Stand up and be counted as a Linux user!
- 02-12-2007 #5
As far as I know sshd is installed automatically. I'm on version 10.2 and it's installed. So when you got to YAST > Software Management and search 'ssh' there is nothing?
- 02-13-2007 #6Just Joined!
- Join Date
- Feb 2007
- Posts
- 3
Hi ...
I have checked.... In Yast->Software Management OpenSSH is there. But all the installed programs are listed in BLACK colour but OpenSSH is in shown RED Colour.. Is there any significance of that????
Does SSH server need to be started manually??? or any modification in any configuration file???
Any suggestion ??? I am not getting what should I do....
- 02-13-2007 #7
What does this return?
Code:root # /etc/init.d/sshd status


Reply With Quote