#-----------------------------------------------------------------------
# sshd
# ====
#
# Project Gentoo 4 Shuttle DS57Ux
# Scope Gentoo
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License GNU General Public License (GPL) 2.0
# https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------
# Where is your sshd_config file stored?
SSHD_CONFDIR="/etc/ssh"
# Any random options you want to pass to sshd.
#
# -4
# Forces sshd to use IPv4 addresses only.
SSHD_OPTS="-4"