mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
5 Commits
f20e23df42
...
1bd12ce5b5
Author | SHA1 | Date | |
---|---|---|---|
1bd12ce5b5 | |||
0f55d83287 | |||
2c47aaae48 | |||
c0fcc82c4d | |||
cfa87a078e |
@ -70,6 +70,10 @@ max_line_length = 88
|
||||
#indent_style = space
|
||||
#indent_size = 2
|
||||
|
||||
# LaTeX with git should be used one sentence per line for maximum efficiency
|
||||
[*.tex]
|
||||
max_line_length = unset
|
||||
|
||||
# TAB Separated Values
|
||||
[*.{tsv,tab}]
|
||||
indent_style = tab
|
||||
|
@ -10,7 +10,7 @@ ci:
|
||||
|
||||
# Override hook language versions from system defaults
|
||||
default_language_version:
|
||||
python: python3.11
|
||||
python: pypy3
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
@ -26,3 +26,6 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
|
||||
|
||||
# Mattermost, I fear it's Electron.
|
||||
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
||||
|
||||
# Lith, WeeChat Relay client
|
||||
exec --no-startup-id flatpak run app.lith.Lith
|
||||
|
@ -1,10 +1,14 @@
|
||||
sshd_config should include something like
|
||||
`sshd_config` should include something like
|
||||
|
||||
Include /etc/ssh/sshd_config.d/\*.conf
|
||||
```
|
||||
Include /etc/ssh/sshd_config.d/*.conf
|
||||
```
|
||||
|
||||
NOTE: This became supported only at OpenSSHd 8.2 on 2020-02-14.
|
||||
https://www.openssh.com/txt/release-8.2
|
||||
|
||||
NOTE also that the first time an option is specified wins.
|
||||
|
||||
## See also
|
||||
|
||||
https://infosec.mozilla.org/guidelines/openssh
|
||||
|
Loading…
x
Reference in New Issue
Block a user