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 ? Quote Link to comment 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) Quote Link to comment 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. Quote Link to comment 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). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.