From 4ee0eb006ff516ab4e63c268faf54f2e75d70298 Mon Sep 17 00:00:00 2001 From: Istvan Date: Wed, 16 Aug 2017 20:10:25 +0200 Subject: [PATCH] Update security.md Fixing typo Signed-off-by: Istvan Szukacs --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index 4fe49fd42..3bbed45a6 100644 --- a/docs/security.md +++ b/docs/security.md @@ -74,7 +74,7 @@ host attack. ## Login -By default, linuxkit has no login available: not on console, not via ssh, nowhere. You have the _option_ of enabling login on console using a `linuxkit/getty` service container, but it is not created by default. Similarly, a `linuxkit/sshd` service container will start a `sshd` for you. See the [getty](../examples/getty.yml) and [sshd](../examples.sshd.yml) examples. +By default, linuxkit has no login available: not on console, not via ssh, nowhere. You have the _option_ of enabling login on console using a `linuxkit/getty` service container, but it is not created by default. Similarly, a `linuxkit/sshd` service container will start a `sshd` for you. See the [getty](../examples/getty.yml) and [sshd](../examples/sshd.yml) examples. ## External Updates - Trusted Provisioning