From 465b5132892a23c512bc941185e29e7aa820c02f Mon Sep 17 00:00:00 2001 From: Thomas Shaw Date: Fri, 21 Apr 2017 22:31:03 -0500 Subject: [PATCH] Typo in link to sshd.yml --- examples/sshd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sshd.md b/examples/sshd.md index 9436b11aa..24dd144e2 100644 --- a/examples/sshd.md +++ b/examples/sshd.md @@ -1,6 +1,6 @@ # SSH example -The LinuxKit [sshd example](./sshd.yaml) defines an image running a SSH +The LinuxKit [sshd example](./sshd.yml) defines an image running a SSH daemon. You can build it as usual (though you should add your public key to the `contents` field in the `files` section).