]> andersk Git - openssh.git/blame - ssh_config
- markus@cvs.openbsd.org 2001/03/10 12:48:27
[openssh.git] / ssh_config
CommitLineData
61e96248 1# $OpenBSD: ssh_config,v 1.8 2001/02/02 12:57:51 deraadt Exp $
23c2a7a5 2
61e96248 3# This is ssh client systemwide configuration file. See ssh(1) for more
4# information. This file provides defaults for users, and the values can
5# be changed in per-user configuration files or on the command line.
8efc0c15 6
7# Configuration data is parsed as follows:
8# 1. command line options
9# 2. user-specific file
10# 3. system-wide file
11# Any configuration value is only changed the first time it is set.
12# Thus, host-specific definitions should be at the beginning of the
13# configuration file, and defaults at the end.
14
15# Site-wide defaults for various options
16
17# Host *
fa08c86b 18# ForwardAgent no
19# ForwardX11 no
20# RhostsAuthentication no
8efc0c15 21# RhostsRSAAuthentication yes
22# RSAAuthentication yes
23# PasswordAuthentication yes
3f7a7e4a 24# FallBackToRsh no
8efc0c15 25# UseRsh no
26# BatchMode no
27# CheckHostIP yes
fa08c86b 28# StrictHostKeyChecking yes
8efc0c15 29# IdentityFile ~/.ssh/identity
fa08c86b 30# IdentityFile ~/.ssh/id_dsa
31# IdentityFile ~/.ssh/id_rsa1
32# IdentityFile ~/.ssh/id_rsa2
8efc0c15 33# Port 22
fa08c86b 34# Protocol 1,2
10fa00c8 35# Cipher blowfish
8efc0c15 36# EscapeChar ~
This page took 0.097964 seconds and 5 git commands to generate.