config: generic: init openssh-server
This commit is contained in:
parent
d83035d4fb
commit
ae9f353b9f
9 changed files with 40 additions and 0 deletions
5
config/generic/openssh-server/debian/changelog
Normal file
5
config/generic/openssh-server/debian/changelog
Normal file
|
@ -0,0 +1,5 @@
|
|||
openssh-server-config (1.0) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Renken <renken@shione.net> Sun, 24 Dec 2023 15:25:54 +0100
|
1
config/generic/openssh-server/debian/compat
Normal file
1
config/generic/openssh-server/debian/compat
Normal file
|
@ -0,0 +1 @@
|
|||
9
|
16
config/generic/openssh-server/debian/control
Normal file
16
config/generic/openssh-server/debian/control
Normal file
|
@ -0,0 +1,16 @@
|
|||
Source: openssh-server-config
|
||||
Section: tasks
|
||||
Priority: optional
|
||||
Maintainer: Renken <renken@shione.net>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends: debhelper (>= 13.11~), config-package-dev (>= 4.15~)
|
||||
Standards-Version: 4.1.0
|
||||
|
||||
Package: openssh-server-config
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, openssh-server
|
||||
Provides: ${diverted-files}
|
||||
Conflicts: ${diverted-files}
|
||||
Description: Opinionated openssh-server configuration.
|
||||
Opinionated openssh-server configuration.
|
8
config/generic/openssh-server/debian/copyright
Normal file
8
config/generic/openssh-server/debian/copyright
Normal file
|
@ -0,0 +1,8 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Source: https://gitlab.com/renken/nichijou
|
||||
Upstream-Contact: Renken <renken@shione.net>
|
||||
|
||||
Files:
|
||||
*
|
||||
Copyright: 2023, Renken <renken@shione.net>
|
||||
License: GPL-3
|
|
@ -0,0 +1 @@
|
|||
files/* /
|
4
config/generic/openssh-server/debian/rules
Executable file
4
config/generic/openssh-server/debian/rules
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with config-package
|
1
config/generic/openssh-server/debian/source/format
Normal file
1
config/generic/openssh-server/debian/source/format
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
|
@ -0,0 +1,3 @@
|
|||
# To disable tunneled clear text passwords, change to no here!
|
||||
PasswordAuthentication no
|
||||
PermitEmptyPasswords no
|
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB/LZ2vJmJ2AyQglNQ/8JYTl0yWZASjGBVwVe+Z36oYY mail@renken.systems/siga
|
Loading…
Reference in a new issue