Config-Model-OpenSsh

 view release on metacpan or  search on metacpan

lib/Config/Model/models/Sshd.pod  view on Meta::CPAN

720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
B<PermitRootLogin>Specifies whether root can log
in using L<ssh(1)>. The argument must be B<yes>,
B<prohibit-password>, B<forced-commands-only>, or
B<no>. The default is B<prohibit-password>.If this option
is set to B<prohibit-password> (or its deprecated alias,
B<without-password>), password and keyboard-interactive
authentication are disabled for root.If this option
is set to B<forced-commands-only>, root login with
public key authentication will be allowed, but only if the
I<command> option has been specified (which may be
useful for taking remote backups even if root login is
normally not allowed). All other authentication methods are
disabled for root.If this option
is set to B<no>, root is not allowed to log in. I< Optional. Type enum. choice: 'yes', 'prohibit-password', 'forced-commands-only', 'no'.  >
 
=head2 PermitTTY
 
B<PermitTTY>Specifies whether L<pty(4)>
allocation is permitted. The default is B<yes>. I< Optional. Type boolean.  >
 
=over 4

lib/Config/Model/models/Sshd/MatchElement.pl  view on Meta::CPAN

739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
        'description' => 'B<PermitRootLogin>Specifies whether root can log
in using L<ssh(1)>. The argument must be B<yes>,
B<prohibit-password>, B<forced-commands-only>, or
B<no>. The default is B<prohibit-password>.If this option
is set to B<prohibit-password> (or its deprecated alias,
B<without-password>), password and keyboard-interactive
authentication are disabled for root.If this option
is set to B<forced-commands-only>, root login with
public key authentication will be allowed, but only if the
I<command> option has been specified (which may be
useful for taking remote backups even if root login is
normally not allowed). All other authentication methods are
disabled for root.If this option
is set to B<no>, root is not allowed to log in.',
        'type' => 'leaf',
        'value_type' => 'enum'
      },
      'PermitTTY',
      {
        'description' => 'B<PermitTTY>Specifies whether L<pty(4)>
allocation is permitted. The default is B<yes>.',

lib/Config/Model/models/Sshd/MatchElement.pod  view on Meta::CPAN

720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
B<PermitRootLogin>Specifies whether root can log
in using L<ssh(1)>. The argument must be B<yes>,
B<prohibit-password>, B<forced-commands-only>, or
B<no>. The default is B<prohibit-password>.If this option
is set to B<prohibit-password> (or its deprecated alias,
B<without-password>), password and keyboard-interactive
authentication are disabled for root.If this option
is set to B<forced-commands-only>, root login with
public key authentication will be allowed, but only if the
I<command> option has been specified (which may be
useful for taking remote backups even if root login is
normally not allowed). All other authentication methods are
disabled for root.If this option
is set to B<no>, root is not allowed to log in. I< Optional. Type enum. choice: 'yes', 'prohibit-password', 'forced-commands-only', 'no'.  >
 
=head2 PermitTTY
 
B<PermitTTY>Specifies whether L<pty(4)>
allocation is permitted. The default is B<yes>. I< Optional. Type boolean.  >
 
=over 4

xt/sshd_config.html  view on Meta::CPAN

1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
<p style="margin-left:17%; margin-top: 1em">If this option
is set to <b>prohibit-password</b> (or its deprecated alias,
<b>without-password</b>), password and keyboard-interactive
authentication are disabled for root.</p>
 
<p style="margin-left:17%; margin-top: 1em">If this option
is set to <b>forced-commands-only</b>, root login with
public key authentication will be allowed, but only if the
<i>command</i> option has been specified (which may be
useful for taking remote backups even if root login is
normally not allowed). All other authentication methods are
disabled for root.</p>
 
<p style="margin-left:17%; margin-top: 1em">If this option
is set to <b>no</b>, root is not allowed to log in.</p>
 
<p style="margin-top: 1em"><b>PermitTTY</b></p>
 
<p style="margin-left:17%;">Specifies whether pty(4)
allocation is permitted. The default is <b>yes</b>.</p>



( run in 1.227 second using v1.01-cache-2.11-cpan-95122f20152 )