diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ssh/sshd_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 1438778c..78118fad 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -7,6 +7,8 @@ PasswordAuthentication no # KbdInteractiveAuthentication no and UsePAM yes are Arch Linux default settings see /etc/ssh/sshd_config.d/00-archlinux.conf, I need these configs, I put them here just in case Arch Linux change the defaults in the future. KbdInteractiveAuthentication no UsePAM yes +# when ssh into this remote server, client if use alacritty need `SendEnv COLORTERM` to send the env to server, so server ls can default output color, more see comments in my alacritty.toml config +AcceptEnv COLORTERM # Include drop-in configurations Include /etc/ssh/sshd_config.d/*.conf |