Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
sshd_config 664 B
Newer Older
  • Learn to ignore specific revisions
  • # ############################################# #
    #            /etc/ssh/sshd_config               #
    #                                               #
    #       This file is managed by Ansible         #
    #       Manual edition will be overridden       #
    #                                               #
    #   https://lab.frogg.it/fcode/ansible/debian   #
    #                                               #
    # ############################################# #
    
    Include /etc/ssh/sshd_config.d/*.conf
    PermitRootLogin prohibit-password
    ChallengeResponseAuthentication no
    UsePAM yes
    X11Forwarding yes
    PrintMotd no
    AcceptEnv LANG LC_*
    Subsystem	sftp	/usr/lib/openssh/sftp-server