summaryrefslogtreecommitdiff
path: root/etc/ssh
AgeCommit message (Collapse)Author
6 dayspacdiffcaXiao Pan
2024-04-16sshd accept COLORTERM env to fix ls no colorXiao Pan
If client use alacritty, after ssh into this remote server, ls doesn't show color. Can be workarounded by server sshd accept COLORTERM and client sshd send env. More see my comments in alacritty.toml config.
2023-11-17updateXiao Pan
2023-08-18updateXiao Pan
2023-07-31sshd_config use `AuthenticationMethods publickey` for redundancy, think ↵Xiao Pan
about what if they changed some defaults auth method from no to yes
2023-07-31sshd_config use default `UsePAM yes`, otherwise systemctl --user will errorXiao Pan
2023-05-31add passwordless auth sshd configXiao Pan