From e4adc67804dcf3efaa847099e1abd9ad4afa7cda Mon Sep 17 00:00:00 2001 From: Joonas Loppi Date: Sat, 25 Dec 2021 20:33:26 +0200 Subject: [PATCH] docs: add TODO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67d49fa..82895d0 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ TODO - Perhaps use systemd socket activation? Or is that possible when bound to a specific network interface's IP? [Seems possible.](https://www.freedesktop.org/software/systemd/man/systemd.socket.html#BindToDevice=) - Make this a library, so it can be embedded in other projects +- Investigate OpenSSH security facilities to learn if we can add any security-increasing tricks