diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 88be8d984..06fd62de7 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.173 2014/03/28 05:17:11 naddy Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.174 2014/07/03 22:40:43 djm Exp $ |
37 | .Dd $Mdocdate: March 28 2014 $ | 37 | .Dd $Mdocdate: July 3 2014 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -912,6 +912,7 @@ Available keywords are | |||
912 | .Cm PermitRootLogin , | 912 | .Cm PermitRootLogin , |
913 | .Cm PermitTTY , | 913 | .Cm PermitTTY , |
914 | .Cm PermitTunnel , | 914 | .Cm PermitTunnel , |
915 | .Cm PermitUserRC , | ||
915 | .Cm PubkeyAuthentication , | 916 | .Cm PubkeyAuthentication , |
916 | .Cm RekeyLimit , | 917 | .Cm RekeyLimit , |
917 | .Cm RhostsRSAAuthentication , | 918 | .Cm RhostsRSAAuthentication , |
@@ -1060,6 +1061,12 @@ The default is | |||
1060 | Enabling environment processing may enable users to bypass access | 1061 | Enabling environment processing may enable users to bypass access |
1061 | restrictions in some configurations using mechanisms such as | 1062 | restrictions in some configurations using mechanisms such as |
1062 | .Ev LD_PRELOAD . | 1063 | .Ev LD_PRELOAD . |
1064 | .It Cm PermitUserRC | ||
1065 | Specifies whether any | ||
1066 | .Pa ~/.ssh/rc | ||
1067 | file is executed. | ||
1068 | The default is | ||
1069 | .Dq yes . | ||
1063 | .It Cm PidFile | 1070 | .It Cm PidFile |
1064 | Specifies the file that contains the process ID of the | 1071 | Specifies the file that contains the process ID of the |
1065 | SSH daemon. | 1072 | SSH daemon. |