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 _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
