- shells: tune ab-av1 parameters - setup: alacritty -> ptyxis and remove thunderbird-wayland - mac-fnmode: regenerate initramfs to fix fnmode-persistent-fedora - sshd: AcceptEnv NO_COLOR
14 lines
348 B
Plaintext
14 lines
348 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 NO_COLOR
|
|
Subsystem sftp /usr/libexec/openssh/sftp-server
|