diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-02-10 06:54:38 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-02-10 17:55:31 +1100 |
commit | 62562ceae61e4f7cf896566592bb840216e71061 (patch) | |
tree | 4d36e858839d54179e3912a1178524d499ed5794 | |
parent | 4f011daa4cada6450fa810f7563b8968639bb562 (diff) |
upstream commit
clarify IgnoreUserKnownHosts; based on github PR from
Christoph Anton Mitterer.
OpenBSD-Commit-ID: 4fff2c17620c342fb2f1f9c2d2e679aab3e589c3
-rw-r--r-- | sshd_config.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 99e44184a..dff24fd12 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.260 2017/10/26 06:44:01 jmc Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.261 2018/02/10 06:54:38 djm Exp $ |
37 | .Dd $Mdocdate: October 26 2017 $ | 37 | .Dd $Mdocdate: February 10 2018 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -777,7 +777,9 @@ Specifies whether | |||
777 | should ignore the user's | 777 | should ignore the user's |
778 | .Pa ~/.ssh/known_hosts | 778 | .Pa ~/.ssh/known_hosts |
779 | during | 779 | during |
780 | .Cm HostbasedAuthentication . | 780 | .Cm HostbasedAuthentication |
781 | and use only the system-wide known hosts file | ||
782 | .Pa /etc/ssh/known_hosts . | ||
781 | The default is | 783 | The default is |
782 | .Cm no . | 784 | .Cm no . |
783 | .It Cm IPQoS | 785 | .It Cm IPQoS |