mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
use custom SSH client configuration in LFS file
Include OpenSSH client configuration file during build. Signed-off-by: Peter Müller <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
edea6ec5a4
commit
cc3e41cb8b
@@ -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_ecdsa_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)
|
||||
|
||||
Reference in New Issue
Block a user