Post
#asknostr
Any sshd_config gurus around? Whenever I ssh in to one of my machines on the LAN, my locales are always "POSIX" - I've scoured the forums and haven't figured this one out yet.
These are my only sshd_config settings:
```
Include /etc/ssh/sshd_config.d/*.conf
PubkeyAuthentication yes
PermitEmptyPasswords no
KbdInteractiveAuthentication no
UsePAM no
X11Forwarding yes
PrintMotd no
Subsystem sftp /usr/lib/openssh/sftp-server
```
(/etc/ssh/sshd_conf.d/*.conf is empty)
Any #ssh tips?
0
0
0
8
usepam on
0
0
0