]> andersk Git - gssapi-openssh.git/blobdiff - setup/sshd_config.5
o Add '-src' on to the distribution directory's name.
[gssapi-openssh.git] / setup / sshd_config.5
index 28add0d6d1d2fc6589ccd4beb2e1274576d07dfd..23278d7746e8d4869ffc903efdd75783140221fb 100644 (file)
 .Nd OpenSSH SSH daemon configuration file
 .Sh SYNOPSIS
 .Bl -tag -width Ds -compact
-.It Pa /etc/ssh/sshd_config
+.It Pa $GLOBUS_LOCATION/etc/ssh/sshd_config
 .El
 .Sh DESCRIPTION
 .Nm sshd
 reads configuration data from
-.Pa /etc/ssh/sshd_config
+.Pa $GLOBUS_LOCATION/etc/ssh/sshd_config
 (or the file specified with
 .Fl f
 on the command line).
@@ -253,11 +253,11 @@ The default is
 Specifies a file containing a private host key
 used by SSH.
 The default is
-.Pa /etc/ssh/ssh_host_key
+.Pa $GLOBUS_LOCATION/etc/ssh/ssh_host_key
 for protocol version 1, and
-.Pa /etc/ssh/ssh_host_rsa_key
+.Pa $GLOBUS_LOCATION/etc/ssh/ssh_host_rsa_key
 and
-.Pa /etc/ssh/ssh_host_dsa_key
+.Pa $GLOBUS_LOCATION/etc/ssh/ssh_host_dsa_key
 for protocol version 2.
 Note that
 .Nm sshd
@@ -282,7 +282,7 @@ or
 .Pp
 .Pa /etc/hosts.equiv
 and
-.Pa /etc/shosts.equiv
+.Pa $GLOBUS_LOCATION/etc/ssh/shosts.equiv
 are still used.
 The default is
 .Dq yes .
@@ -708,7 +708,7 @@ Time format examples:
 .El
 .Sh FILES
 .Bl -tag -width Ds
-.It Pa /etc/ssh/sshd_config
+.It Pa $GLOBUS_LOCATION/etc/ssh/sshd_config
 Contains configuration data for
 .Nm sshd .
 This file should be writable by root only, but it is recommended
This page took 0.027727 seconds and 4 git commands to generate.