summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2021-07-30 14:25:01 +0000
committerDamien Miller <djm@mindrot.org>2021-08-03 09:39:58 +1000
commitc7cd347a8823819411222c1e10a0d26747d0fd5c (patch)
treea02ea080838b16531e63e0249d6d046928cb1d01 /ssh_config.5
parent4455aec2e4fc90f64ae4fc47e78ebc9c18721738 (diff)
downloadopenssh-git-c7cd347a8823819411222c1e10a0d26747d0fd5c.tar.gz
upstream: fix a formatting error and mark up known_hosts
consistently; issues reported by debian at helgefjell de ok djm dtucker OpenBSD-Commit-ID: a1fd8d21dc77f507685443832df0c9700481b0ce
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.511
1 files changed, 6 insertions, 5 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 94a7ea14..84bec59b 100644
--- a/ssh_config.5
+++ b/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
@@ -1773,8 +1773,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
@@ -2068,7 +2069,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