blob: cfaf2313f849dabfcaf772aa57184acba8a751b9 [file] [log] [blame]
Damien Miller33804262001-02-04 23:20:18 +11001# $OpenBSD: ssh_config,v 1.8 2001/02/02 12:57:51 deraadt Exp $
Ben Lindstrom36579d32001-01-29 07:39:26 +00002
Damien Miller33804262001-02-04 23:20:18 +11003# 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.
Damien Millerd4a8b7e1999-10-27 13:42:43 +10006
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 *
Damien Miller0bc1bd82000-11-13 22:57:25 +110018# ForwardAgent no
19# ForwardX11 no
20# RhostsAuthentication no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100021# RhostsRSAAuthentication yes
22# RSAAuthentication yes
23# PasswordAuthentication yes
Damien Miller182ee6e2000-07-12 09:45:27 +100024# FallBackToRsh no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100025# UseRsh no
26# BatchMode no
27# CheckHostIP yes
Damien Miller0bc1bd82000-11-13 22:57:25 +110028# StrictHostKeyChecking yes
Damien Millerd4a8b7e1999-10-27 13:42:43 +100029# IdentityFile ~/.ssh/identity
Damien Miller0bc1bd82000-11-13 22:57:25 +110030# IdentityFile ~/.ssh/id_dsa
31# IdentityFile ~/.ssh/id_rsa1
32# IdentityFile ~/.ssh/id_rsa2
Damien Millerd4a8b7e1999-10-27 13:42:43 +100033# Port 22
Damien Miller0bc1bd82000-11-13 22:57:25 +110034# Protocol 1,2
Damien Millerc30d35c2000-08-30 09:40:09 +110035# Cipher blowfish
Damien Millerd4a8b7e1999-10-27 13:42:43 +100036# EscapeChar ~