mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "1bd12ce5b5a919cb62e43429f3b4bb87c1a2ff1b" and "f20e23df420cfa5aaa9374346579c3aded48d089" have entirely different histories.
1bd12ce5b5
...
f20e23df42
@ -70,10 +70,6 @@ max_line_length = 88
|
|||||||
#indent_style = space
|
#indent_style = space
|
||||||
#indent_size = 2
|
#indent_size = 2
|
||||||
|
|
||||||
# LaTeX with git should be used one sentence per line for maximum efficiency
|
|
||||||
[*.tex]
|
|
||||||
max_line_length = unset
|
|
||||||
|
|
||||||
# TAB Separated Values
|
# TAB Separated Values
|
||||||
[*.{tsv,tab}]
|
[*.{tsv,tab}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
@ -10,7 +10,7 @@ ci:
|
|||||||
|
|
||||||
# Override hook language versions from system defaults
|
# Override hook language versions from system defaults
|
||||||
default_language_version:
|
default_language_version:
|
||||||
python: pypy3
|
python: python3.11
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
@ -26,6 +26,3 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service
|
|||||||
|
|
||||||
# Mattermost, I fear it's Electron.
|
# Mattermost, I fear it's Electron.
|
||||||
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
#exec --no-startup-id flatpak run com.mattermost.Desktop
|
||||||
|
|
||||||
# Lith, WeeChat Relay client
|
|
||||||
exec --no-startup-id flatpak run app.lith.Lith
|
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
`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.
|
NOTE: This became supported only at OpenSSHd 8.2 on 2020-02-14.
|
||||||
https://www.openssh.com/txt/release-8.2
|
https://www.openssh.com/txt/release-8.2
|
||||||
|
|
||||||
NOTE also that the first time an option is specified wins.
|
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
https://infosec.mozilla.org/guidelines/openssh
|
https://infosec.mozilla.org/guidelines/openssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user