On 1/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> V Vivek wrote:
> > Ram,
> > You need to start the ssh daemon for the port to be open for access.
> >
> How ???
>
> >>>[EMAIL PROTECTED]:~$ ssh -X [EMAIL PROTECTED]
> >>>ssh: connect to host 192.168.0.9 port 22: Connection refused
> >>>[EMAIL PROTECTED]:~$
> >>>
> >
> > This means that sshhd is not running. try starting it using <command>
> > //etc/init.d/ssh start </command>
> >
> There is no directory / file like that as below:
>
> [EMAIL PROTECTED]:~$ ls /etc/init.d/s*
> /etc/init.d/screen-cleanup  /etc/init.d/skeleton       /etc/init.d/sysklogd
> /etc/init.d/sendsigs        /etc/init.d/stop-bootlogd
> /etc/init.d/single          /etc/init.d/sudo
> [EMAIL PROTECTED]:~$
> however there is
> [EMAIL PROTECTED]:~$ ls /etc/ssh
> moduli  ssh_config
> [EMAIL PROTECTED]:~$
>   so in this case how do I start it up.
>
> Can I edit ssh_config and remove the # in front of the line
> Host *
> #   ForwardAgent no
> big snip
> #   IdentityFile ~/.ssh/id_dsa
> #   *Port 22*
> #   Protocol 2,1
> big snip
>
> would this work
>
> Though I think there is something amiss in this method.
>
> Also would I need to similaly start other services ,
> thanks
> ram

ok this actually means.. that you have ssh-client installed but not ssh server
To install ssh server package, you need to run this command line or
use synaptic/any apt tool to install openssh-server .

<command>
apt-get install openssh-server
</command>

Hope this helps
cheers
Vivek

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

  • ... विवेक ऐय ्यर விவெக ஐய்யர் Vivek Iyyer
    • ... [EMAIL PROTECTED]
    • ... Naresh Narang
      • ... [EMAIL PROTECTED]
        • ... V Vivek
          • ... [EMAIL PROTECTED]

Reply via email to