Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 2.29 KB

setup-linux-server-example.md

File metadata and controls

50 lines (43 loc) · 2.29 KB

Linux Server

  • Server: xxx
  • URL: xxx
  • Port: 2200
  • User: miku86

Installed software

finger, apache2, libapache2-mod-wsgi, postgresql, git

Steps

Summary

  • The SSH key submitted with the project can be used to log in as miku86 on the server.
  • You cannot log in as root remotely.
  • The miku86 user can run commands using sudo to inspect files that are readable only by root.
  • Only allow connections for SSH (port 2200), HTTP (port 80), and NTP (port 123).
  • Key-based SSH authentication is enforced.
  • All system packages have been updated to most recent versions.
  • SSH is hosted on non-default port.
  • The web server responds on port 80.
  • Database server has been configured to serve data.
  • Web server has been configured to serve the Catalog application as a WSGI app.