]> andersk Git - gssapi-openssh.git/commitdiff
o Ran the config file man pages through the fixpaths script to prepare
authorcphillip <cphillip>
Tue, 2 Jul 2002 18:22:48 +0000 (18:22 +0000)
committercphillip <cphillip>
Tue, 2 Jul 2002 18:22:48 +0000 (18:22 +0000)
      them for installation on systems.

setup/ssh_config.5
setup/sshd_config.5

index c1796eb1c6288c388fa946a977f9b050eb0b56f4..b520a26fa9cbad8fed348f1b880532809047d26e 100644 (file)
@@ -44,7 +44,7 @@
 .Sh SYNOPSIS
 .Bl -tag -width Ds -compact
 .It Pa $HOME/.ssh/config
-.It Pa /etc/ssh/ssh_config
+.It Pa $GLOBUS_LOCATION/etc/ssh/ssh_config
 .El
 .Sh DESCRIPTION
 .Nm ssh
@@ -55,7 +55,7 @@ feature-specific user configuration file(s) (see below),
 user's configuration file
 .Pq Pa $HOME/.ssh/config ,
 and system-wide configuration file
-.Pq Pa /etc/ssh/ssh_config .
+.Pq Pa $GLOBUS_LOCATION/etc/ssh/ssh_config .
 For compatibility with other
 .Nm
 versions, the following feature-specific user configuration files
@@ -304,7 +304,7 @@ The default is
 .It Cm GlobalKnownHostsFile
 Specifies a file to use for the global
 host key database instead of
-.Pa /etc/ssh/ssh_known_hosts .
+.Pa $GLOBUS_LOCATION/etc/ssh/ssh_known_hosts .
 .It Cm GssapiAuthentication
 Specifies whether authentication based on GSSAPI may be used, either using
 the result of a successful key exchange, or using GSSAPI user
@@ -564,7 +564,7 @@ will never automatically add host keys to the
 file, and refuses to connect to hosts whose host key has changed.
 This provides maximum protection against trojan horse attacks,
 however, can be annoying when the
-.Pa /etc/ssh/ssh_known_hosts
+.Pa $GLOBUS_LOCATION/etc/ssh/ssh_known_hosts
 file is poorly maintained, or connections to new hosts are
 frequently made.
 This option forces the user to manually
@@ -632,7 +632,7 @@ client.
 This file does not usually contain any sensitive information,
 but the recommended permissions are read/write for the user, and not
 accessible by others.
-.It Pa /etc/ssh/ssh_config
+.It Pa $GLOBUS_LOCATION/etc/ssh/ssh_config
 Systemwide configuration file.
 This file provides defaults for those
 values that are not specified in the user's configuration file, and
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.336869 seconds and 5 git commands to generate.