From 39e23d298db402659895b7397bba25e4522e249c Mon Sep 17 00:00:00 2001
From: Anthony Baire <Anthony.Baire@irisa.fr>
Date: Mon, 17 Sep 2018 18:29:09 +0200
Subject: [PATCH] restore /usr/bin/sshd in the toolbox

This partially reverts 607e56fb76946a03111a2f6351ffcf5db160db33
(it is unclear why this symlink was removed).

Without this link we are unable to run the sshd daemon inside
the sandboxes.
---
 toolbox/files/usr/bin/sshd | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 toolbox/files/usr/bin/sshd

diff --git a/toolbox/files/usr/bin/sshd b/toolbox/files/usr/bin/sshd
new file mode 120000
index 00000000..13747c4d
--- /dev/null
+++ b/toolbox/files/usr/bin/sshd
@@ -0,0 +1 @@
+../sbin/sshd
\ No newline at end of file
-- 
GitLab