When you start a clean Linode, it isn't secured in the following aspects:
- Allows root SSH login
- Uses password authentication on SSH
- Doesn't have a firewall
| import scalanative.native._ | |
| import SDL._ | |
| import SDLExtra._ | |
| @extern | |
| @link("SDL2") | |
| object SDL { | |
| type Window = CStruct0 | |
| type Renderer = CStruct0 |
| package app.actors | |
| import akka.actor.{Actor, ActorLogging} | |
| import argonaut._, Argonaut._ | |
| import infrastructure.GCM | |
| import launch.RTConfig | |
| import spray.client.pipelining._ | |
| import spray.http._ | |
| import spray.httpx.marshalling.Marshaller |
| package app.actors | |
| import akka.event.Logging | |
| import akka.http.scaladsl._ | |
| import akka.http.scaladsl.model.HttpHeader.ParsingResult | |
| import akka.http.scaladsl.model._ | |
| import akka.stream.ActorMaterializer | |
| import akka.typed.ScalaDSL._ | |
| import akka.typed._ | |
| import argonaut.Argonaut._ |