[ssh_config.5]
     ordered list here
This commit is contained in:
Ben Lindstrom 2002-08-20 19:04:51 +00:00
parent 3541f18e10
commit 479b476af6
2 changed files with 15 additions and 6 deletions

View File

@ -36,6 +36,9 @@
- stevesk@cvs.openbsd.org 2002/08/17 23:07:14 - stevesk@cvs.openbsd.org 2002/08/17 23:07:14
[ssh.1] [ssh.1]
ForwardAgent has defaulted to no for over 2 years; be more clear here. ForwardAgent has defaulted to no for over 2 years; be more clear here.
- stevesk@cvs.openbsd.org 2002/08/17 23:55:01
[ssh_config.5]
ordered list here
20020813 20020813
- (tim) [configure.ac] Display OpenSSL header/library version. - (tim) [configure.ac] Display OpenSSL header/library version.
@ -1533,4 +1536,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2424 2002/08/20 19:03:20 mouring Exp $ $Id: ChangeLog,v 1.2425 2002/08/20 19:04:51 mouring Exp $

View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh_config.5,v 1.1 2002/06/20 19:56:07 stevesk Exp $ .\" $OpenBSD: ssh_config.5,v 1.2 2002/08/17 23:55:01 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
@ -50,10 +50,16 @@
.Nm ssh .Nm ssh
obtains configuration data from the following sources in obtains configuration data from the following sources in
the following order: the following order:
command line options, user's configuration file .Bl -enum -offset indent -compact
.Pq Pa $HOME/.ssh/config , .It
and system-wide configuration file command-line options
.Pq Pa /etc/ssh/ssh_config . .It
user's configuration file
.Pq Pa $HOME/.ssh/config
.It
system-wide configuration file
.Pq Pa /etc/ssh/ssh_config
.El
.Pp .Pp
For each parameter, the first obtained value For each parameter, the first obtained value
will be used. will be used.