summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.513
1 files changed, 11 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index ef36d3338..69d3be2b8 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.182 2014/12/12 00:02:17 djm Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.183 2014/12/21 22:27:55 djm Exp $
37.Dd $Mdocdate: December 12 2014 $ 37.Dd $Mdocdate: December 21 2014 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -485,6 +485,15 @@ and finally
485See PATTERNS in 485See PATTERNS in
486.Xr ssh_config 5 486.Xr ssh_config 5
487for more information on patterns. 487for more information on patterns.
488.It Cm FingerprintHash
489Specifies the hash algorithm used when logging key fingerprints.
490Valid options are:
491.Dq md5
492and
493.Dq sha256 .
494The default is
495.Dq sha256 .
496.Pp
488.It Cm ForceCommand 497.It Cm ForceCommand
489Forces the execution of the command specified by 498Forces the execution of the command specified by
490.Cm ForceCommand , 499.Cm ForceCommand ,