diff options
author | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:35:00 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:35:00 +0100 |
commit | 6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (patch) | |
tree | b4377d09196e24e2c6f2c2128f66f92cf7891105 /sshd.8 | |
parent | 971a7653746a6972b907dfe0ce139c06e4a6f482 (diff) | |
parent | d38f05dbdd291212bc95ea80648b72b7177e9f4e (diff) |
Import openssh_7.5p1.orig.tar.gz
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.8,v 1.287 2016/11/30 02:57:40 djm Exp $ | 36 | .\" $OpenBSD: sshd.8,v 1.288 2017/01/30 23:27:39 dtucker Exp $ |
37 | .Dd $Mdocdate: November 30 2016 $ | 37 | .Dd $Mdocdate: January 30 2017 $ |
38 | .Dt SSHD 8 | 38 | .Dt SSHD 8 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -631,7 +631,7 @@ and | |||
631 | files contain host public keys for all known hosts. | 631 | files contain host public keys for all known hosts. |
632 | The global file should | 632 | The global file should |
633 | be prepared by the administrator (optional), and the per-user file is | 633 | be prepared by the administrator (optional), and the per-user file is |
634 | maintained automatically: whenever the user connects from an unknown host, | 634 | maintained automatically: whenever the user connects to an unknown host, |
635 | its key is added to the per-user file. | 635 | its key is added to the per-user file. |
636 | .Pp | 636 | .Pp |
637 | Each line in these files contains the following fields: markers (optional), | 637 | Each line in these files contains the following fields: markers (optional), |