Univention Bugzilla – Attachment 9559 Details for
Bug 39704
reorder configuration in template sshd_config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug39704_qa.patch
bug39704_qa.patch (text/plain), 3.08 KB, created by
Arvid Requate
on 2018-06-15 14:51:43 CEST
(
hide
)
Description:
bug39704_qa.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2018-06-15 14:51:43 CEST
Size:
3.08 KB
patch
obsolete
>diff --git a/base/univention-base-files/conffiles/etc/ssh/sshd_config b/base/univention-base-files/conffiles/etc/ssh/sshd_config >index 010162eb38..e5df74158e 100644 >--- a/base/univention-base-files/conffiles/etc/ssh/sshd_config >+++ b/base/univention-base-files/conffiles/etc/ssh/sshd_config >@@ -131,8 +131,8 @@ print '# some PAM modules and threads)' > if configRegistry.get('sshd/challengeresponse'): > print "ChallengeResponseAuthentication %s" % configRegistry.get('sshd/challengeresponse') > if configRegistry.get('sshd/ChallengeResponseAuthentication'): >- print >> sys.stderr, 'The value for ChallengeResponseAuthentication is ' \ >- 'set twice via sshd/ChallengeResponseAuthentication and sshd/challengeresponse' >+ print >> sys.stderr, 'WARNING: The value for ChallengeResponseAuthentication is ' \ >+ 'set twice: via sshd/ChallengeResponseAuthentication and sshd/challengeresponse' > else: > print "ChallengeResponseAuthentication %s" % configRegistry.get('sshd/ChallengeResponseAuthentication', 'yes') > print '' >@@ -195,22 +195,22 @@ else: > if configRegistry.get('sshd/xforwarding'): > print "X11Forwarding %s" % configRegistry.get('sshd/xforwarding') > if configRegistry.get('sshd/X11Forwarding'): >- print >> sys.stderr, 'The value for X11Forwarding is ' \ >- 'set twice via sshd/X11Forwarding and sshd/xforwarding' >+ print >> sys.stderr, 'WARNING: The value for X11Forwarding is ' \ >+ 'set twice: via sshd/X11Forwarding and sshd/xforwarding' > else: > print "X11Forwarding %s" % configRegistry.get('sshd/X11Forwarding', 'no') > if configRegistry.get('sshd/xdisplayoffset'): > print "X11DisplayOffset %s" % configRegistry.get('sshd/xdisplayoffset') > if configRegistry.get('sshd/X11DisplayOffset'): >- print >> sys.stderr, 'The value for X11DisplayOffset is ' \ >- 'set twice via sshd/X11DisplayOffset and sshd/xdisplayoffset' >+ print >> sys.stderr, 'WARNING: The value for X11DisplayOffset is ' \ >+ 'set twice: via sshd/X11DisplayOffset and sshd/xdisplayoffset' > elif configRegistry.get('sshd/X11DisplayOffset'): > print "X11DisplayOffset %s" % configRegistry.get('sshd/X11DisplayOffset') > if configRegistry.get('sshd/xuselocalhost'): > print "X11UseLocalHost %s" % configRegistry.get('sshd/xuselocalhost') > if configRegistry.get('sshd/X11UseLocalHost'): >- print >> sys.stderr, 'The value for X11UseLocalHost is ' \ >- 'set twice via sshd/X11UseLocalHost and sshd/xuselocalhost' >+ print >> sys.stderr, 'WARNING: The value for X11UseLocalHost is ' \ >+ 'set twice: via sshd/X11UseLocalHost and sshd/xuselocalhost' > elif configRegistry.get('sshd/X11UseLocalHost'): > print "X11UseLocalHost %s" % configRegistry.get('sshd/X11UseLocalHost') > print '' >@@ -277,8 +277,8 @@ if configRegistry.get('sshd/banner'): > print '# no default banner path' > print "Banner %s" % configRegistry.get('sshd/banner') > if configRegistry.get('sshd/Banner'): >- print >> sys.stderr, 'The value for Banner is ' \ >- 'set twice via sshd/Banner and sshd/banner' >+ print >> sys.stderr, 'WARNING: The value for Banner is ' \ >+ 'set twice: via sshd/Banner and sshd/banner' > elif configRegistry.get('sshd/Banner'): > print '' > print '# no default banner path'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39704
: 9559