diff options
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 eff9c5e61..df94d60db 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.278 2018/07/03 11:39:54 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.279 2018/07/04 13:49:31 djm Exp $ |
37 | .Dd $Mdocdate: July 3 2018 $ | 37 | .Dd $Mdocdate: July 4 2018 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -757,7 +757,7 @@ or | |||
757 | (the default). | 757 | (the default). |
758 | .It Cm HostbasedKeyTypes | 758 | .It Cm HostbasedKeyTypes |
759 | Specifies the key types that will be used for hostbased authentication | 759 | Specifies the key types that will be used for hostbased authentication |
760 | as a comma-separated pattern list. | 760 | as a comma-separated list of patterns. |
761 | Alternately if the specified value begins with a | 761 | Alternately if the specified value begins with a |
762 | .Sq + | 762 | .Sq + |
763 | character, then the specified key types will be appended to the default set | 763 | character, then the specified key types will be appended to the default set |
@@ -1242,7 +1242,7 @@ The default is | |||
1242 | .Cm no . | 1242 | .Cm no . |
1243 | .It Cm PubkeyAcceptedKeyTypes | 1243 | .It Cm PubkeyAcceptedKeyTypes |
1244 | Specifies the key types that will be used for public key authentication | 1244 | Specifies the key types that will be used for public key authentication |
1245 | as a comma-separated pattern list. | 1245 | as a comma-separated list of patterns. |
1246 | Alternately if the specified value begins with a | 1246 | Alternately if the specified value begins with a |
1247 | .Sq + | 1247 | .Sq + |
1248 | character, then the key types after it will be appended to the default | 1248 | character, then the key types after it will be appended to the default |