diff options
author | sobrado@openbsd.org <sobrado@openbsd.org> | 2015-09-22 10:33:23 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2015-10-06 03:21:54 +0200 |
commit | e3cbb06ade83c72b640a53728d362bbefa0008e2 (patch) | |
tree | 9fc46ef62800db879c7d2b0935f2bbaec645f7d6 /ssh_config.5 | |
parent | upstream commit (diff) | |
download | openssh-e3cbb06ade83c72b640a53728d362bbefa0008e2.tar.xz openssh-e3cbb06ade83c72b640a53728d362bbefa0008e2.zip |
upstream commit
fix two typos.
Upstream-ID: 424402c0d8863a11b51749bacd7f8d932083b709
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 6c3c1b287..54c42ab80 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.219 2015/09/11 06:51:39 jmc Exp $ -.Dd $Mdocdate: September 11 2015 $ +.\" $OpenBSD: ssh_config.5,v 1.220 2015/09/22 08:33:23 sobrado Exp $ +.Dd $Mdocdate: September 22 2015 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -139,7 +139,7 @@ or keyword) to be used only when the conditions following the .Cm Match keyword are satisfied. -Match conditions are specified using one or more critera +Match conditions are specified using one or more criteria or the single token .Cm all which always matches. @@ -1585,7 +1585,7 @@ Enabling this option allows learning alternate hostkeys for a server and supports graceful key rotation by allowing a server to send replacement public keys before old ones are removed. Additional hostkeys are only accepted if the key used to authenticate the -host was already trusted or explicity accepted by the user. +host was already trusted or explicitly accepted by the user. If .Cm UpdateHostKeys is set to |