DuckDuckWhale
9736e73c8e
- Setup: add Fedora guides, Signal, Dynamic Desktop, and Flatseal - Shells: fix $() on older fish versions and unalias batcat on Fedora - Auto: - Detect git dependency - Add .clang-format for C/C++ family - Add full-setup script - Helix: update to 24.03, add text width, rulers, and fix reflow - Rust: fix fish env - Starship: fix config path - System: rename mac fnmode scripts and update sshd_config
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
Include /etc/ssh/sshd_config.d/*.conf
|
|
Port 22
|
|
AllowGroups ssh-users
|
|
PermitRootLogin no
|
|
PubkeyAuthentication yes
|
|
AuthorizedKeysFile .ssh/authorized_keys
|
|
PasswordAuthentication no
|
|
KbdInteractiveAuthentication no
|
|
UsePAM yes
|
|
AllowTcpForwarding yes
|
|
X11Forwarding no
|
|
AcceptEnv LANG LC_* COLORTERM
|
|
Subsystem sftp /usr/libexec/openssh/sftp-server
|