From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 2/2] use custom SSH client configuration in LFS file Date: Sat, 08 Sep 2018 19:11:55 +0200 Message-ID: <5c455857-9493-d671-d8e9-178ab1740830@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8726726470960353451==" List-Id: --===============8726726470960353451== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Include OpenSSH client configuration file during build. Signed-off-by: Peter M=C3=BCller --- lfs/openssh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lfs/openssh b/lfs/openssh index a88b2d126..7b6447e15 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -100,5 +100,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -e 's|^#\?HostKey /etc/ssh/ssh_host_ed25519_key$$||' \ -e 's|^#\?HostKey /etc/ssh/ssh_host_rsa_key$$|HostKey /etc/ssh/ssh_host_ec= dsa_key\nHostKey /etc/ssh/ssh_host_ed25519_key\nHostKey /etc/ssh/ssh_host_rsa= _key|' \ /etc/ssh/sshd_config + + # install custom OpenSSH client configuration + install -v -m 644 $(DIR_SRC)/config/ssh/ssh_config \ + /etc/ssh/ssh_config + @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.16.4 --===============8726726470960353451==--