blob: 7d1b210677ce693587e1be6b88b1c8a8612f73ac [file] [log] [blame]
Damien Miller56ccf412002-01-22 23:18:32 +11001# $OpenBSD: ssh_config,v 1.11 2002/01/03 04:11:08 stevesk Exp $
Ben Lindstrom36579d32001-01-29 07:39:26 +00002
Damien Miller56ccf412002-01-22 23:18:32 +11003# This is the ssh client system-wide configuration file. See ssh(1)
4# for more information. This file provides defaults for users, and
5# the values can be changed in per-user configuration files or on the
6# command line.
Damien Millerd4a8b7e1999-10-27 13:42:43 +10007
8# Configuration data is parsed as follows:
9# 1. command line options
10# 2. user-specific file
11# 3. system-wide file
12# Any configuration value is only changed the first time it is set.
13# Thus, host-specific definitions should be at the beginning of the
14# configuration file, and defaults at the end.
15
16# Site-wide defaults for various options
17
18# Host *
Damien Miller0bc1bd82000-11-13 22:57:25 +110019# ForwardAgent no
20# ForwardX11 no
21# RhostsAuthentication no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100022# RhostsRSAAuthentication yes
23# RSAAuthentication yes
24# PasswordAuthentication yes
Damien Miller182ee6e2000-07-12 09:45:27 +100025# FallBackToRsh no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100026# UseRsh no
27# BatchMode no
28# CheckHostIP yes
Damien Miller0bc1bd82000-11-13 22:57:25 +110029# StrictHostKeyChecking yes
Damien Millerd4a8b7e1999-10-27 13:42:43 +100030# IdentityFile ~/.ssh/identity
Damien Miller0bc1bd82000-11-13 22:57:25 +110031# IdentityFile ~/.ssh/id_dsa
Ben Lindstrom9323d962001-04-04 01:58:48 +000032# IdentityFile ~/.ssh/id_rsa
Damien Millerd4a8b7e1999-10-27 13:42:43 +100033# Port 22
Ben Lindstrom068f3dc2001-03-10 17:15:39 +000034# Protocol 2,1
Damien Millerc30d35c2000-08-30 09:40:09 +110035# Cipher blowfish
Damien Millerd4a8b7e1999-10-27 13:42:43 +100036# EscapeChar ~