Page 1 of 1

SSH Access

PostPosted: 25. June 2009 18:16
by UndercoverGnome
How can I enable SSH access to my XAMPP installation? I am using root access to attempt this. Here is the error I am getting:

ssh: connect to host localhost port 22: Connection refused

I do not have any firewalls or anything like that.

Re: SSH Access

PostPosted: 25. June 2009 18:26
by Wiedmann
How can I enable SSH access to my XAMPP installation?

A sshd is not part of the XAMPP package.
(usually it's part of your operating system / distribution)

Re: SSH Access

PostPosted: 25. June 2009 18:42
by UndercoverGnome
So there is no way to access xampp with ssh?

Re: SSH Access

PostPosted: 25. June 2009 19:03
by Wiedmann
So there is no way to access xampp with ssh?

Only if you enable a sshd in your os.

BTW:
ssh: connect to host localhost port 22: Connection refused

If you have already a shell on this server, why want you do a local ssh?

Re: SSH Access

PostPosted: 25. June 2009 19:14
by UndercoverGnome
I'm looking to test some scripts with crontab, and I want to do it through SSH.

Re: SSH Access

PostPosted: 25. June 2009 19:46
by Wiedmann
I'm looking to test some scripts with crontab, and I want to do it through SSH

Well, with ssh you can connect to your server over tcp and open a normal shell. But you have already a shell. So for me this does not make sense..

Apart from that, for questions about ssh you are in the wrong forum. Go to a (support) forum for your os and ask how to enable sshd.