diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index ada265373..a3326447f 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: sshd_config.5,v 1.114 2009/12/29 16:38:41 stevesk Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.115 2009/12/29 18:03:32 jmc Exp $ |
38 | .Dd $Mdocdate: December 29 2009 $ | 38 | .Dd $Mdocdate: December 29 2009 $ |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -806,15 +806,15 @@ Specifies whether public key authentication is allowed. | |||
806 | The default is | 806 | The default is |
807 | .Dq yes . | 807 | .Dq yes . |
808 | Note that this option applies to protocol version 2 only. | 808 | Note that this option applies to protocol version 2 only. |
809 | .It Cm RoutingDomain | ||
810 | Set the routing domain number. | ||
811 | The default routing domain is set by the system. | ||
812 | .It Cm RhostsRSAAuthentication | 809 | .It Cm RhostsRSAAuthentication |
813 | Specifies whether rhosts or /etc/hosts.equiv authentication together | 810 | Specifies whether rhosts or /etc/hosts.equiv authentication together |
814 | with successful RSA host authentication is allowed. | 811 | with successful RSA host authentication is allowed. |
815 | The default is | 812 | The default is |
816 | .Dq no . | 813 | .Dq no . |
817 | This option applies to protocol version 1 only. | 814 | This option applies to protocol version 1 only. |
815 | .It Cm RoutingDomain | ||
816 | Set the routing domain number. | ||
817 | The default routing domain is set by the system. | ||
818 | .It Cm RSAAuthentication | 818 | .It Cm RSAAuthentication |
819 | Specifies whether pure RSA authentication is allowed. | 819 | Specifies whether pure RSA authentication is allowed. |
820 | The default is | 820 | The default is |