Re: [OT] Connecting to ssh server from php script

2007-11-24 Thread Misko
On Fri, Nov 23, 2007 at 06:33:32PM +0100, Tobias Nissen wrote: > Expect[0] does exactly that. expect is not what am I looking for. I was not very clear in my original post, sorry. I have web page on server with php running with safe_mode on. It has fsockopen() enabled. With this I can connect to

Re: [OT] Connecting to ssh server from php script

2007-11-23 Thread Tobias Nissen
Hi Misko! Misko wrote: > I am able to connect to telnet server from php script > to log in, send some commands and log out automaticly. > Now I do need to do this with ssh server. > Is this possible? Please send me info how to do it > or where can I find it on the web. Expect[0] does exactly that

[OT] Connecting to ssh server from php script

2007-11-22 Thread Misko
I am able to connect to telnet server from php script to log in, send some commands and log out automaticly. Now I do need to do this with ssh server. Is this possible? Please send me info how to do it or where can I find it on the web. Note that I do not know almost nothing about encryption. Misk