diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 3c20c1faa..2bcaf2245 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.69 2006/08/14 12:40:25 dtucker Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.70 2006/08/21 08:14:01 dtucker Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -335,6 +335,23 @@ This option is similar to | |||
335 | and applies to protocol version 2 only. | 335 | and applies to protocol version 2 only. |
336 | The default is | 336 | The default is |
337 | .Dq no . | 337 | .Dq no . |
338 | .It Cm HostbasedUsesNameFromPacketOnly | ||
339 | Specifies whether or not the server will attempt to perform a reverse | ||
340 | name lookup when matching the name in the | ||
341 | .Pa ~/.shosts , | ||
342 | .Pa ~/.rhosts , | ||
343 | and | ||
344 | .Pa /etc/hosts.equiv | ||
345 | files during | ||
346 | .Cm HostbasedAuthentication . | ||
347 | A setting of | ||
348 | .Dq yes | ||
349 | means that | ||
350 | .Xr sshd 8 | ||
351 | uses the name supplied by the client rather than | ||
352 | attempting to resolve the name from the TCP connection itself. | ||
353 | The default is | ||
354 | .Dq no . | ||
338 | .It Cm HostKey | 355 | .It Cm HostKey |
339 | Specifies a file containing a private host key | 356 | Specifies a file containing a private host key |
340 | used by SSH. | 357 | used by SSH. |