mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
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
This commit is contained in:
parent
4455aec2e4
commit
c7cd347a88
11
ssh_config.5
11
ssh_config.5
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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 $
|
.\" $OpenBSD: ssh_config.5,v 1.360 2021/07/30 14:25:01 jmc Exp $
|
||||||
.Dd $Mdocdate: July 23 2021 $
|
.Dd $Mdocdate: July 30 2021 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1773,8 +1773,9 @@ add all new hosts.
|
|||||||
.Pp
|
.Pp
|
||||||
If this flag is set to
|
If this flag is set to
|
||||||
.Dq accept-new
|
.Dq accept-new
|
||||||
then ssh will automatically add new host keys to the user
|
then ssh will automatically add new host keys to the user's
|
||||||
known hosts files, but will not permit connections to hosts with
|
.Pa known_hosts
|
||||||
|
file, but will not permit connections to hosts with
|
||||||
changed host keys.
|
changed host keys.
|
||||||
If this flag is set to
|
If this flag is set to
|
||||||
.Dq no
|
.Dq no
|
||||||
@ -2068,7 +2069,7 @@ tunnel forwarding was requested, or
|
|||||||
otherwise.
|
otherwise.
|
||||||
.It %t
|
.It %t
|
||||||
The type of the server host key, e.g.
|
The type of the server host key, e.g.
|
||||||
.Cm ssh-ed25519
|
.Cm ssh-ed25519 .
|
||||||
.It %u
|
.It %u
|
||||||
The local username.
|
The local username.
|
||||||
.El
|
.El
|
||||||
|
Loading…
x
Reference in New Issue
Block a user