47993f6730
- Added Nuklear GUI library with build script and configuration. - Introduced OpenH264 encoder/decoder with build configuration. - Added PortAudio library for audio I/O with custom build script. - Included Python Execnet for multi-Python deployment. - Added Pytest Xdist plugin for distributed testing. - Introduced Shaderc for shader compilation tools. - Added Snappy compression library with necessary patches and configuration. - Included SoundTouch audio processing library with build configuration. - Added SRT library for secure reliable transport. - Introduced VapourSynth video processing framework with configuration. - Added Vid.stab for video stabilization. - Included WebRTC Audio Processing library with build configuration. - Added X264 video encoding library with patches for POSIX compliance. - Introduced X265 video encoder with build configuration. - Added XKeyboard Config for X keyboard configuration files. - Included Xorg XKBComp for keyboard description compilation. - Added Xvidcore MPEG-4 video codec library with configuration. - Introduced ZeroMQ messaging system with patches and build configuration. - Added Zimg library for scaling and colorspace conversion.
27 lines
687 B
Plaintext
27 lines
687 B
Plaintext
# Configuration for /etc/init.d/sshd
|
|
|
|
# Path of sshd_config file.
|
|
#cfgfile="/etc/ssh/sshd_config"
|
|
|
|
# Any random options you want to pass to sshd.
|
|
# See the sshd(8) manpage for more info.
|
|
#command_args=""
|
|
|
|
# Space-separated list of SSH host key types to generate if they do
|
|
# not already exist. An empty value means generate all of the default
|
|
# set of dsa, ecdsa, ed25519, and rsa types.
|
|
#
|
|
# Example: "ed25519 rsa".
|
|
#
|
|
#key_types_to_generate=""
|
|
|
|
# The number of bits to use for a generated ECDSA SSH host key.
|
|
# Defaults to 256 bits if not set.
|
|
#
|
|
#ecdsa_bit_size="256"
|
|
|
|
# Number of bits for use for a generated RSA SSH host key.
|
|
# Defaults to 3072 bits if not set.
|
|
#
|
|
#rsa_bit_size="3072"
|