Do not limit SSH auth to just OpenSSH-internal algorithms.
parent
f1b310ac85
commit
2d7f4e1c9f
6
.config
6
.config
|
@ -453,7 +453,7 @@ FREETZ_PACKAGE_OPENSSH_sftp_server=y
|
|||
#
|
||||
# OpenSSH configuration ---
|
||||
#
|
||||
FREETZ_PACKAGE_OPENSSH_INTERNAL_CRYPTO=y
|
||||
# FREETZ_PACKAGE_OPENSSH_INTERNAL_CRYPTO is not set
|
||||
# FREETZ_PACKAGE_OPENSSH_STATIC is not set
|
||||
# FREETZ_PACKAGE_OPENSSL is not set
|
||||
# FREETZ_PACKAGE_OPENVPN is not set
|
||||
|
@ -698,7 +698,8 @@ FREETZ_PACKAGE_SYSLOGD_CGI=y
|
|||
#
|
||||
# OpenSSL --------------------------------
|
||||
#
|
||||
# FREETZ_LIB_libcrypto is not set
|
||||
FREETZ_LIB_libcrypto=y
|
||||
# FREETZ_LIB_libssl is not set
|
||||
FREETZ_OPENSSL_VERSION_PROMPT=y
|
||||
FREETZ_OPENSSL_VERSION_1_REQUIRED=y
|
||||
FREETZ_OPENSSL_VERSION_1=y
|
||||
|
@ -2009,6 +2010,7 @@ EXTERNAL_FREETZ_PACKAGE_NETCAT=y
|
|||
#
|
||||
# libraries
|
||||
#
|
||||
# EXTERNAL_FREETZ_LIB_libcrypto is not set
|
||||
|
||||
#
|
||||
# e2fsprogs libraries
|
||||
|
|
Loading…
Reference in New Issue