summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 95b7bf6e4..ce79fe03f 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -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: ssh_config.5,v 1.202 2015/01/30 11:43:14 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.203 2015/02/02 07:41:40 djm Exp $
37.Dd $Mdocdate: January 30 2015 $ 37.Dd $Mdocdate: February 2 2015 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1511,9 +1511,9 @@ after authentication has completed and add them to
1511.Cm UserKnownHostsFile . 1511.Cm UserKnownHostsFile .
1512The argument must be 1512The argument must be
1513.Dq yes 1513.Dq yes
1514(the default)
1515or 1514or
1516.Dq no . 1515.Dq no
1516(the default).
1517Enabling this option allows learning alternate hostkeys for a server 1517Enabling this option allows learning alternate hostkeys for a server
1518and supports graceful key rotation by allowing a server to send replacement 1518and supports graceful key rotation by allowing a server to send replacement
1519public keys before old ones are removed. 1519public keys before old ones are removed.