Select Git revision
-
Fredrik Hübinette (Hubbe) authored
Rev: src/acconfig.h:1.16 Rev: src/array.c:1.30 Rev: src/array.h:1.11 Rev: src/builtin_functions.c:1.74 Rev: src/compilation.h:1.7 Rev: src/configure.in:1.160 Rev: src/dynamic_load.c:1.24 Rev: src/interpret.c:1.69 Rev: src/interpret.h:1.19 Rev: src/language.yacc:1.61 Rev: src/las.c:1.53 Rev: src/main.c:1.42 Rev: src/modules/Makefile.in:1.15 Rev: src/modules/dynamic_module_makefile.in:1.31 Rev: src/modules/spider/dumudp.c:1.34 Rev: src/modules/static_module_makefile.in:1.25 Rev: src/modules/system/system.c:1.42 Rev: src/program.c:1.64 Rev: src/program.h:1.33
Fredrik Hübinette (Hubbe) authoredRev: src/acconfig.h:1.16 Rev: src/array.c:1.30 Rev: src/array.h:1.11 Rev: src/builtin_functions.c:1.74 Rev: src/compilation.h:1.7 Rev: src/configure.in:1.160 Rev: src/dynamic_load.c:1.24 Rev: src/interpret.c:1.69 Rev: src/interpret.h:1.19 Rev: src/language.yacc:1.61 Rev: src/las.c:1.53 Rev: src/main.c:1.42 Rev: src/modules/Makefile.in:1.15 Rev: src/modules/dynamic_module_makefile.in:1.31 Rev: src/modules/spider/dumudp.c:1.34 Rev: src/modules/static_module_makefile.in:1.25 Rev: src/modules/system/system.c:1.42 Rev: src/program.c:1.64 Rev: src/program.h:1.33
sshd_config-Debian 1.61 KiB
# Managed by puppet
# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes
# Logging
SyslogFacility AUTH
LogLevel INFO
# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes
PubkeyAuthentication yes
#AuthorizedKeysFile %h/.ssh/authorized_keys
# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no
# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no
# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes
# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
# GSSAPI options
GSSAPIAuthentication yes
GSSAPICleanupCredentials yes
GSSAPIKeyExchange yes
GSSAPIStoreCredentialsOnRekey yes
X11Forwarding yes
X11DisplayOffset 10
#PrintMotd yes
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no
#MaxStartups 10:30:60
#Banner /etc/issue.net
# Allow client to pass locale environment variables
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes