check in all bootmanager sources
[bootmanager.git] / source / debug_files / sshd_config_v2
1 # boot cd version 3.x sshd configuration file for debug mode
2
3 #Port 22
4 Protocol 2
5 #ListenAddress 0.0.0.0
6 #ListenAddress ::
7
8 # HostKey for protocol version 1
9 #HostKey /etc/ssh/ssh_host_key
10 # HostKeys for protocol version 2
11 #HostKey /etc/ssh/ssh_host_rsa_key
12 #HostKey /etc/ssh/ssh_host_dsa_key
13
14 # Lifetime and size of ephemeral version 1 server key
15 #KeyRegenerationInterval 1h
16 #ServerKeyBits 768
17
18 # Logging
19 #obsoletes QuietMode and FascistLogging
20 #SyslogFacility AUTH
21 SyslogFacility AUTHPRIV
22 #LogLevel INFO
23
24 # Authentication:
25
26 #LoginGraceTime 2m
27 #PermitRootLogin yes
28 #StrictModes yes
29 #MaxAuthTries 6
30
31 #RSAAuthentication yes
32 #PubkeyAuthentication yes
33 #AuthorizedKeysFile     .ssh/authorized_keys
34
35 # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
36 #RhostsRSAAuthentication no
37 # similar for protocol version 2
38 #HostbasedAuthentication no
39 # Change to yes if you don't trust ~/.ssh/known_hosts for
40 # RhostsRSAAuthentication and HostbasedAuthentication
41 #IgnoreUserKnownHosts no
42 # Don't read the user's ~/.rhosts and ~/.shosts files
43 #IgnoreRhosts yes
44
45 # To disable tunneled clear text passwords, change to no here!
46 #PermitEmptyPasswords no
47 PasswordAuthentication no
48
49 # Change to no to disable s/key passwords
50 #ChallengeResponseAuthentication yes
51 ChallengeResponseAuthentication no
52
53 # Kerberos options
54 #KerberosAuthentication no
55 #KerberosOrLocalPasswd yes
56 #KerberosTicketCleanup yes
57 #KerberosGetAFSToken no
58
59 # Set this to 'yes' to enable PAM authentication, account processing, 
60 # and session processing. If this is enabled, PAM authentication will 
61 # be allowed through the ChallengeResponseAuthentication mechanism. 
62 # Depending on your PAM configuration, this may bypass the setting of 
63 # PasswordAuthentication, PermitEmptyPasswords, and 
64 # "PermitRootLogin without-password". If you just want the PAM account and 
65 # session checks to run without PAM authentication, then enable this but set 
66 # ChallengeResponseAuthentication=no
67 PAMAuthenticationViaKbdInt no
68
69 #AllowTcpForwarding yes
70 #GatewayPorts no
71 #X11Forwarding no
72 X11Forwarding yes
73 #X11DisplayOffset 10
74 #X11UseLocalhost yes
75 #PrintMotd yes
76 #PrintLastLog yes
77 #TCPKeepAlive yes
78 #UseLogin no
79 #UsePrivilegeSeparation yes
80 #PermitUserEnvironment no
81 #Compression yes
82 #ClientAliveInterval 0
83 #ClientAliveCountMax 3
84 #UseDNS yes
85 #PidFile /var/run/sshd.pid
86 #MaxStartups 10
87 #ShowPatchLevel no
88
89 # no default banner path
90 #Banner /some/path
91
92 # override default of no subsystems
93 Subsystem       sftp    /usr/libexec/openssh/sftp-server