Skip to content
Snippets Groups Projects
Select Git revision
  • ef3d99cdce4972d069470eacee2ba9f7cda5e706
  • main default protected
  • v1.0
3 results

sshd_config

Blame
  • sshd_config 301 B
    Include /etc/ssh/sshd_config.d/*.conf
    
    PermitRootLogin no
    PasswordAuthentication no
    KbdInteractiveAuthentication no
    # ChallengeResponseAuthentication is deprecated; now KbdInteractiveAuthentication
    PrintMotd no
    AcceptEnv LANG LC_*
    Subsystem sftp /usr/lib/openssh/sftp-server
    UsePAM yes
    AllowGroups ssh