diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-30 14:25:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-07-30 14:25:02 +0000 |
commit | d27dd957f28bc5c26b72c3ac030ece0dce285ba5 (patch) | |
tree | dd1341586d8edfedf6152923e7b76a229eee350f /usr.bin/ssh/ssh_config.5 | |
parent | db9310f33ea4aaf82282a2c99f9537d45a9ae92c (diff) |
fix a formatting error and mark up known_hosts consistently;
issues reported by debian at helgefjell de
ok djm dtucker
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 2bb93d097e2..ab3790d3fa8 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh_config.5,v 1.359 2021/07/23 04:04:52 djm Exp $ -.Dd $Mdocdate: July 23 2021 $ +.\" $OpenBSD: ssh_config.5,v 1.360 2021/07/30 14:25:01 jmc Exp $ +.Dd $Mdocdate: July 30 2021 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -1774,8 +1774,9 @@ add all new hosts. .Pp If this flag is set to .Dq accept-new -then ssh will automatically add new host keys to the user -known hosts files, but will not permit connections to hosts with +then ssh will automatically add new host keys to the user's +.Pa known_hosts +file, but will not permit connections to hosts with changed host keys. If this flag is set to .Dq no @@ -2069,7 +2070,7 @@ tunnel forwarding was requested, or otherwise. .It %t The type of the server host key, e.g. -.Cm ssh-ed25519 +.Cm ssh-ed25519 . .It %u The local username. .El |