63aba439d4
- Added default configuration files for client and server - Follow system-wide crypto configuration (crypto-policies) - Added Recommends for crypto-policies - Use OpenSSL implementation for KDF, DH, and signatures. - Detect FIPS mode and use only allowed algorithms - Run client and server tests during build
5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
# Parse system-wide crypto configuration file
|
|
Include /etc/crypto-policies/back-ends/libssh.config
|
|
# Parse OpenSSH configuration file for consistency
|
|
Include /etc/ssh/sshd_config
|