User Tools

Site Tools


guides:webserver:part1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
guides:webserver:part1 [2022/07/04 13:30]
admin
guides:webserver:part1 [2022/07/04 13:30] (current)
admin
Line 40: Line 40:
 Make sure you **DON'​T** disable the existing ticked Security Groups (those are the ones that let you SSH into the server) i.e. install-wizard. Make sure you **DON'​T** disable the existing ticked Security Groups (those are the ones that let you SSH into the server) i.e. install-wizard.
  
-==== On Mac/Linux/Window ​====+==== On Mac/Linux/Windows ​====
 Mac and Linux systems (as well as Windows 10+) have builtin OpenSSH tools to connect to your server: Mac and Linux systems (as well as Windows 10+) have builtin OpenSSH tools to connect to your server:
 <​code>​ssh -i youridentityfile.pem ubuntu@your_server_ip</​code>​ <​code>​ssh -i youridentityfile.pem ubuntu@your_server_ip</​code>​
Line 50: Line 50:
  
 ==== On Windows ==== ==== On Windows ====
-You'll need to download PuTTY and convert your PEM file to PPK:+If you don't have SSH installed (you get a ''​command not found''​ error when trying to run ssh from the command prompt), you'll need to download PuTTY and convert your PEM file to PPK:
   * Download PuTTY from https://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​latest.html ​ You generally want to choose the '64 bit MSI (Windows Installer)'​ option.   * Download PuTTY from https://​www.chiark.greenend.org.uk/​~sgtatham/​putty/​latest.html ​ You generally want to choose the '64 bit MSI (Windows Installer)'​ option.
   * You'll have to convert the PEM file from Amazon to a ppk file that PuTTY can use.  From the start menu run PuTTYgen   * You'll have to convert the PEM file from Amazon to a ppk file that PuTTY can use.  From the start menu run PuTTYgen
guides/webserver/part1.1656937815.txt.gz ยท Last modified: 2022/07/04 13:30 by admin