ChrisMartino Posted November 23, 2009 Share Posted November 23, 2009 Hey there, In about 5-6 Months im looking into starting a basic hosting company and making my way up, But i have bought a webhosting package with unlimited everything and i think it has SSH im not sure i have this in my control panel : Dose this mean i could connect to a remote box and send a command? via SSH2 ? Link to comment https://forums.phpfreaks.com/topic/182576-php-control-panel/ Share on other sites More sharing options...
ChrisMartino Posted November 23, 2009 Author Share Posted November 23, 2009 Update: i ran this: <?php var_dump(extension_loaded('ssh2')); ?> and it give the following output: bool(false) Link to comment https://forums.phpfreaks.com/topic/182576-php-control-panel/#findComment-963645 Share on other sites More sharing options...
trq Posted November 23, 2009 Share Posted November 23, 2009 Dose this mean i could connect to a remote box and send a command? via SSH2 ? Does what mean that? If your hosting comes with ssh that usually means you can login to a shell on your hosting account via ssh. Link to comment https://forums.phpfreaks.com/topic/182576-php-control-panel/#findComment-963663 Share on other sites More sharing options...
Adam Posted November 24, 2009 Share Posted November 24, 2009 Just because the *PHP extension* "SSH2" isn't enabled, doesn't mean you don't have SSH access. Take this up with your host though they'll be able to provide an answer. Try searching their 'knowledge base' type thing to see if they have any information on how to connect via SSH (generally would mean they support it). Link to comment https://forums.phpfreaks.com/topic/182576-php-control-panel/#findComment-964789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.