Skip to content

ssh: make sshd config more secure

Mikhail Vanyulin requested to merge update-sshd-config into kirkstone

By analogy with sshd config in Jethro BSP:

  • allow only connections which use a modern version (2) of SSH protocol;
  • make sshd to use an unprivileged child process to handle incoming traffic and impose additional restrictions via sandbox.

Merge request reports