summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.826
1 files changed, 19 insertions, 7 deletions
diff --git a/sshd.8 b/sshd.8
index d6b924771..d2fa27612 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.159 2001/12/28 22:37:48 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.160 2002/01/04 18:14:16 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -208,12 +208,18 @@ If the client fails to authenticate the user within
208this many seconds, the server disconnects and exits. 208this many seconds, the server disconnects and exits.
209A value of zero indicates no limit. 209A value of zero indicates no limit.
210.It Fl h Ar host_key_file 210.It Fl h Ar host_key_file
211Specifies the file from which the host key is read (default 211Specifies a file from which a host key is read.
212.Pa /etc/ssh_host_key ) .
213This option must be given if 212This option must be given if
214.Nm 213.Nm
215is not run as root (as the normal 214is not run as root (as the normal
216host file is normally not readable by anyone but root). 215host key files are normally not readable by anyone but root).
216The default is
217.Pa /etc/ssh_host_key
218for protocol version 1, and
219.Pa /etc/ssh_host_rsa_key
220and
221.Pa /etc/ssh_host_dsa_key
222for protocol version 2.
217It is possible to have multiple host key files for 223It is possible to have multiple host key files for
218the different protocol versions and host key algorithms. 224the different protocol versions and host key algorithms.
219.It Fl i 225.It Fl i
@@ -475,9 +481,15 @@ and applies to protocol version 2 only.
475The default is 481The default is
476.Dq no . 482.Dq no .
477.It Cm HostKey 483.It Cm HostKey
478Specifies the file containing the private host keys (default 484Specifies a file containing a private host key
479.Pa /etc/ssh_host_key ) 485used by SSH.
480used by SSH protocol versions 1 and 2. 486The default is
487.Pa /etc/ssh_host_key
488for protocol version 1, and
489.Pa /etc/ssh_host_rsa_key
490and
491.Pa /etc/ssh_host_dsa_key
492for protocol version 2.
481Note that 493Note that
482.Nm 494.Nm
483will refuse to use a file if it is group/world-accessible. 495will refuse to use a file if it is group/world-accessible.