Using SSH: Difference between revisions


No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{done}}
 
You need to have an SSH account to use [[SSH | SSH]] on your Bravenet account.
You need to have an SSH account to use [[SSH | SSH]] on your Bravenet account.


Line 5: Line 5:




== Using SSH with Putty ==
== Connecting to SSH with Putty ==
 
# [[Log in to your Bravenet account]].
# Select the [[SSH_tab| '''SSH''']] tab.
# Select the '''New SSH Account''' option.
# You will be prompted to enter in a '''username''' and '''password'''.  This will be the  user that your SSH  session will show when you log in with the account you are creating. Note that your username will automatically be followed by a number - this is part of your username.  For example, <tt>testuser-1234567890</tt>.  Ensure you choose a secure password!  When done, click the '''create''' button.
# You can now login to your SSH account using either [[Putty | Putty]] on Windows/OSXc or the [[ Terminal | Terminal]] in Linux/OSX.


[[Category:SSH]]
# Install [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY].
# Specify the hostname or IP address for your server and hit 'open' to initiate the connection. You can leave all options to default. If this is the first time to connect to the server, you will have to accept its SSH certificate.
# Specify your username ''yourname-123456789''.
# Specify your password.
# Specify your port: '''22'''.

Latest revision as of 08:42, 13 January 2016

You need to have an SSH account to use SSH on your Bravenet account.

It is recommended that, only advanced users, use SSH to manage any larger websites that you may choose to host with Bravenet. It provides greater ease-of-use and utility when dealing with the hundreds, or perhaps even thousands of files involved in more complicated websites.


Connecting to SSH with Putty

  1. Install PuTTY.
  2. Specify the hostname or IP address for your server and hit 'open' to initiate the connection. You can leave all options to default. If this is the first time to connect to the server, you will have to accept its SSH certificate.
  3. Specify your username yourname-123456789.
  4. Specify your password.
  5. Specify your port: 22.