Skip to content

Debian 9 (Stretch) Default Configs

Untouched. Ready to copy.

/etc/mysql/debian-start
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/debian-start

📍 Debian 9 (Stretch)

#!/bin/bash # # This script is executed by "/etc/init.d/mysql" on every (re)start. # # Changes to this file w…

42 lines • MD5: 698c5abe... View →
/etc/mysql/mariadb.cnf
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/mariadb.cnf

📍 Debian 9 (Stretch)

# The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order:…

23 lines • MD5: 46a0151b... View →
/etc/mysql/my.cnf.fallback
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/my.cnf.fallback

📍 Debian 9 (Stretch)

# Copyright (c) 2015, 2021, Oracle and/or its affiliates. # # This program is free software; you can redistri…

32 lines • MD5: dbe8b375... View →
/etc/mysql/mariadb.conf.d/50-server.cnf
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/mariadb.conf.d/50-server.cnf

📍 Debian 9 (Stretch)

# # These groups are read by MariaDB server. # Use it for options that only the server (but not clients) shou…

134 lines • MD5: 073e3232... View →
/etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf

📍 Debian 9 (Stretch)

# NOTE: This file is read only by the traditional SysV init script, not systemd. # MariaDB systemd does _not_…

30 lines • MD5: ace3390e... View →
/etc/mysql/mariadb.conf.d/50-mysql-clients.cnf
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/mariadb.conf.d/50-mysql-clients.cnf

📍 Debian 9 (Stretch)

# # These groups are read by MariaDB command-line tools # Use it for options that affect only one utility # …

24 lines • MD5: 593e2010... View →
/etc/mysql/mariadb.conf.d/50-client.cnf
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/mariadb.conf.d/50-client.cnf

📍 Debian 9 (Stretch)

# # This group is read by the client library # Use it for options that affect all clients, but not the server…

22 lines • MD5: 5898a2c9... View →
/etc/mysql/conf.d/mysql.cnf
MariaDB Debian 9 (Stretch)

MariaDB - /etc/mysql/conf.d/mysql.cnf

📍 Debian 9 (Stretch)

# Copyright (c) 2015, 2021, Oracle and/or its affiliates. # # This program is free software; you can redistri…

29 lines • MD5: a57fde3e... View →
/etc/ssl/openssl.cnf
OpenSSL Debian 9 (Stretch)

OpenSSL - /etc/ssl/openssl.cnf

📍 Debian 9 (Stretch)

# # OpenSSL example configuration file. # This is mostly being used for generation of certificate requests. #…

346 lines • MD5: f697ef5d... View →
/etc/ssh/ssh_host_ed25519_key.pub
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_host_ed25519_key.pub

📍 Debian 9 (Stretch)

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAetYiDSxDS6ZZA1uUJlNVPiBfPvWKvBEUks3i4vcZaV root@5bb92bc4eb11

1 lines • MD5: b9d4d7b5... View →
/etc/ssh/ssh_host_ed25519_key
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_host_ed25519_key

📍 Debian 9 (Stretch)

-----BEGIN OPENSSH PRIVATE KEY----- b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW Qy…

7 lines • MD5: aa7f28d9... View →
/etc/ssh/ssh_host_ecdsa_key.pub
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_host_ecdsa_key.pub

📍 Debian 9 (Stretch)

ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEkC9GGlZf5uvHDtvCL2T5LWPUL3ldbQcXvIv…

1 lines • MD5: e239e992... View →
/etc/ssh/ssh_host_ecdsa_key
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_host_ecdsa_key

📍 Debian 9 (Stretch)

-----BEGIN EC PRIVATE KEY----- MHcCAQEEIHpKTnirtiCVtADZ17sr2RPCsWu36mUZfY3dB4iXxdOToAoGCCqGSM49 AwEHoUQDQgAES…

5 lines • MD5: e9bad395... View →
/etc/ssh/ssh_host_rsa_key.pub
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_host_rsa_key.pub

📍 Debian 9 (Stretch)

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjeWkLT4j+P/1wFa1aiekfaML9nXo0UKjfrRTHQN2l/Zvuv5b/nvMqvxhDhA9b8KHkf1uaK…

1 lines • MD5: 21783c70... View →
/etc/ssh/ssh_host_rsa_key
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_host_rsa_key

📍 Debian 9 (Stretch)

-----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAo3lpC0+I/j/9cBWtWonpH2jC/Z16NFCo360Ux0Ddpf2b7r+W /57zKr8YQ4QP…

27 lines • MD5: a67d8366... View →
/etc/ssh/sshd_config
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/sshd_config

📍 Debian 9 (Stretch)

# $OpenBSD: sshd_config,v 1.100 2016/08/15 12:32:04 naddy Exp $ # This is the sshd server system-wide config…

123 lines • MD5: bbad7ed2... View →
/etc/ssh/ssh_config
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/ssh_config

📍 Debian 9 (Stretch)

# This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This fi…

55 lines • MD5: d26206bb... View →
/etc/ssh/moduli
OpenSSH Debian 9 (Stretch)

OpenSSH - /etc/ssh/moduli

📍 Debian 9 (Stretch)

# Time Type Tests Tries Size Generator Modulus 20160301052556 2 6 100 2047 5 DA57B18976E9C55CEAC3BFFF70419A15…

430 lines • MD5: fe5be9e1... View →
/etc/systemd/postfix@.service
Postfix Debian 9 (Stretch)

Postfix - /etc/systemd/postfix@.service

📍 Debian 9 (Stretch)

[Unit] Description=Postfix Mail Transport Agent (instance %i) Documentation=man:postfix(1) PartOf=postfix.ser…

19 lines • MD5: 4224e053... View →
/etc/systemd/postfix.service
Postfix Debian 9 (Stretch)

Postfix - /etc/systemd/postfix.service

📍 Debian 9 (Stretch)

[Unit] Description=Postfix Mail Transport Agent Conflicts=sendmail.service exim4.service ConditionPathExists=…

13 lines • MD5: 0511e63a... View →

Keep exploring

Browse by application or distro when you want a wider view.