Merge pull request #2425 from l1x/patch-1

Update security.md
This commit is contained in:
Rolf Neugebauer 2017-08-16 23:06:46 +01:00 committed by GitHub
commit 51046353ea

View File

@ -74,7 +74,7 @@ host attack.
## Login ## 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 ## External Updates - Trusted Provisioning