summaryrefslogtreecommitdiff
path: root/repo/util/openssh/sshd.confd
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/util/openssh/sshd.confd
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/util/openssh/sshd.confd')
-rw-r--r--repo/util/openssh/sshd.confd26
1 files changed, 0 insertions, 26 deletions
diff --git a/repo/util/openssh/sshd.confd b/repo/util/openssh/sshd.confd
deleted file mode 100644
index 8c44444..0000000
--- a/repo/util/openssh/sshd.confd
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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"