View | Details | Raw Unified | Return to bug 28195
Collapse All | Expand All

(-)a/conffiles/etc/ssh/sshd_config (+2 lines)
 Lines 46-50   if configRegistry.get('sshd/xdisplayoffset'): Link Here 
46
	print "X11DisplayOffset %s" % configRegistry['sshd/xdisplayoffset']
46
	print "X11DisplayOffset %s" % configRegistry['sshd/xdisplayoffset']
47
if configRegistry.get('sshd/xuselocalhost'):
47
if configRegistry.get('sshd/xuselocalhost'):
48
	print "X11UseLocalhost %s" % configRegistry['sshd/xuselocalhost']
48
	print "X11UseLocalhost %s" % configRegistry['sshd/xuselocalhost']
49
if configRegistry.get('sshd/agentforwarding'):
50
	print "AllowAgentForwarding %s" % configRegistry['sshd/agentforwarding']
49
@!@
51
@!@
50
52
(-)a/debian/univention-base-files.univention-config-registry (+1 lines)
 Lines 14-19   Variables: sshd/xdisplayoffset Link Here 
14
Variables: sshd/xuselocalhost
14
Variables: sshd/xuselocalhost
15
Variables: sshd/challengeresponse
15
Variables: sshd/challengeresponse
16
Variables: sshd/passwordauthentication
16
Variables: sshd/passwordauthentication
17
Variables: sshd/agentforwarding
17
18
18
Type: file
19
Type: file
19
File: etc/lsb-release
20
File: etc/lsb-release
(-)a/debian/univention-base-files.univention-config-registry-variables (-1 / +6 lines)
 Lines 22-27   Description[en]=Default umask for Users Link Here 
22
Type=int
22
Type=int
23
Categories=system-base
23
Categories=system-base
24
24
25
[sshd/agentforwarding]
26
Description[de]=Authentifizierung an den entfernten SSH Agenten weiterleiten
27
Description[en]=Forward the authentication to the remote SSH agent
28
Type=bool
29
Categories=service-ssh
30
25
[sshd/autostart]
31
[sshd/autostart]
26
Description[de]=Automatischer Start des SSH-Dienstes beim Systemstart
32
Description[de]=Automatischer Start des SSH-Dienstes beim Systemstart
27
Description[en]=Automatically start the SSH daemon on system startup
33
Description[en]=Automatically start the SSH daemon on system startup
28
- 

Return to bug 28195