Frequently Asked Questions
I have SSH on my account, how do I SSH into my account?SSH
If your hosting account comes with SSH you can log into SSH by using any
of the following methods depending on the type of system you are using:
- Windows - Putty
- MAC OS X - Use the built-in terminal
in Applications->Utilities
- Linux - Use your favorite terminal
Example using terminal:
Format: ssh -l username domain
Example: ssh -l bob foobar.com
Back to the FAQs
|