diff options
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 58e277f95..b18d340af 100644 --- a/sshd_config.5 +++ b/sshd_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: sshd_config.5,v 1.210 2015/08/06 14:53:21 deraadt Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.211 2015/08/14 15:32:41 jmc Exp $ |
37 | .Dd $Mdocdate: August 6 2015 $ | 37 | .Dd $Mdocdate: August 14 2015 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -476,9 +476,9 @@ chacha20-poly1305@openssh.com | |||
476 | .Pp | 476 | .Pp |
477 | The default is: | 477 | The default is: |
478 | .Bd -literal -offset indent | 478 | .Bd -literal -offset indent |
479 | chacha20-poly1305@openssh.com, | ||
479 | aes128-ctr,aes192-ctr,aes256-ctr, | 480 | aes128-ctr,aes192-ctr,aes256-ctr, |
480 | aes128-gcm@openssh.com,aes256-gcm@openssh.com, | 481 | aes128-gcm@openssh.com,aes256-gcm@openssh.com |
481 | chacha20-poly1305@openssh.com | ||
482 | .Ed | 482 | .Ed |
483 | .Pp | 483 | .Pp |
484 | The list of available ciphers may also be obtained using the | 484 | The list of available ciphers may also be obtained using the |
@@ -1528,7 +1528,7 @@ If this option is set to | |||
1528 | .Pa ~/.ssh/known_hosts | 1528 | .Pa ~/.ssh/known_hosts |
1529 | .Cm from | 1529 | .Cm from |
1530 | and | 1530 | and |
1531 | .Xr sshd_config 5 | 1531 | .Nm |
1532 | .Cm Match | 1532 | .Cm Match |
1533 | .Cm Host | 1533 | .Cm Host |
1534 | directives. | 1534 | directives. |