Re: [PHP] SSH and php

2003-11-17 Thread David T-G
Ryna -- ...and then Ryan A said... % % Hey David, Hiya! % % % Is it possible to run a SSH command from php? % >Sure; it's possible to run any command from php. It may not work all % >that well, though :-) % % heheh, good one. As helpful as usual :-D Always there for ya, man :-) % % >Goo

Re: [PHP] SSH and php

2003-11-17 Thread Mike Migurski
>% Doing a quick search on google for "SSH commands" and "SSH help" returned >% quite a lot >% of crap that really didnt help me learn. > >>Good enough. What do you want to do? > >Basically stop/restart apache when i make changes to the httpd.conf file. >But then thinking of it I realize that if I

Re: [PHP] SSH and php

2003-11-17 Thread Duncan Hill
On Monday 17 November 2003 15:02, Ryan A wrote: > So I guess my question gets cut down to basically "any good place/program > to learn/use SSH?" No such thing as an 'ssh command' really.. apart from the command used to invoke SSH. SSH (crudely) is an encrypted form of telnet. You need a beginne

Re: [PHP] SSH and php

2003-11-17 Thread Ryan A
-- From: "David T-G" <[EMAIL PROTECTED]> To: "PHP General list" <[EMAIL PROTECTED]> Cc: "Ryan A" <[EMAIL PROTECTED]> Sent: Monday, November 17, 2003 4:23 AM Subject: Re: [PHP] SSH and php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SSH and php

2003-11-16 Thread David T-G
Ryan -- ...and then Ryan A said... % % Hi guys, Hi! % Is it possible to run a SSH command from php? Sure; it's possible to run any command from php. It may not work all that well, though :-) % coming from a windows background I have no idea about shell/SSH and am % pretty lost. % Doing a q

[PHP] SSH and php

2003-11-16 Thread Ryan A
Hi guys, Is it possible to run a SSH command from php? coming from a windows background I have no idea about shell/SSH and am pretty lost. Doing a quick search on google for "SSH commands" and "SSH help" returned quite a lot of crap that really didnt help me learn. Now I know a few (very very few)