mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
upstream commit
tweak previous; Upstream-ID: bb8cc40b61b15f6a13d81da465ac5bfc65cbfc4b
This commit is contained in:
parent
ec9d22cc25
commit
149a8cd24c
13
ssh_config.5
13
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.254 2017/09/03 23:33:13 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.255 2017/09/04 06:34:43 jmc Exp $
|
||||||
.Dd $Mdocdate: September 3 2017 $
|
.Dd $Mdocdate: September 4 2017 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1458,18 +1458,19 @@ file is poorly maintained or when connections to new hosts are
|
|||||||
frequently made.
|
frequently made.
|
||||||
This option forces the user to manually
|
This option forces the user to manually
|
||||||
add all new hosts.
|
add all new hosts.
|
||||||
|
.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 new host keys to the user
|
then ssh will automatically add new host keys to the user
|
||||||
known hosts files, but will not permit connections to hosts with
|
known hosts files, 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
|
||||||
or
|
or
|
||||||
.Dq off ,
|
.Dq off ,
|
||||||
ssh will automatically add new host keys to the user known hosts files,
|
ssh will automatically add new host keys to the user known hosts files
|
||||||
and allow connections to hosts with changed hostkeys to proceed subject
|
and allow connections to hosts with changed hostkeys to proceed,
|
||||||
to some restrictions.
|
subject to some restrictions.
|
||||||
If this flag is set to
|
If this flag is set to
|
||||||
.Cm ask
|
.Cm ask
|
||||||
(the default),
|
(the default),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user