|
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 |
|