~ubuntu-branches/ubuntu/saucy/libconfig-model-openssh-perl/saucy

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/Sshd/MatchElement.pod

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2012-05-17 16:53:19 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120517165319-t2784zpnwa7dcarz
Tags: 1.222-1
* new upstream version:
  * added AuthorizedKeysFile2 parameter (See Debian #671367) and migration
    from AuthorizedKeysFile2 to AuthorizedKeysFile to help migration
    from Debian Squeeze to Wheezy
  * replaced deprecated get_all_indexes with fetch_all_indexes
* control:
  * depends on Config::Model 2.015
  + added build dependencies required by usage of Config::Model::Tester

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
=over
33
33
 
34
 
=item clientspecified
 
34
=item 'clientspecified'
35
35
 
36
36
allow the client to select the address to which the forwarding is bound
37
37
 
38
 
=item no
 
38
=item 'no'
39
39
 
40
40
No port forwarding
41
41
 
42
 
=item yes
 
42
=item 'yes'
43
43
 
44
44
force remote port forwardings to bind to the wildcard address
45
45
 
93
93
 
94
94
=item *
95
95
 
96
 
L<config-edit>
 
96
L<cme>
97
97
 
98
98
=back
99
99