blob: 721e374e0fb92fe252ce83e03f0299472969004b [file] [log] [blame]
Damien Miller20a8f972003-05-18 20:50:30 +10001# $OpenBSD: ssh_config,v 1.18 2003/05/16 03:27:12 djm Exp $
Ben Lindstrom36579d32001-01-29 07:39:26 +00002
Ben Lindstrom9721e922002-06-21 01:06:03 +00003# This is the ssh client system-wide configuration file. See
4# ssh_config(5) for more information. This file provides defaults for
5# users, and the values can be changed in per-user configuration files
6# or on the 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
Ben Lindstrom914d0372002-06-11 15:55:01 +000021# RhostsAuthentication no
22# RhostsRSAAuthentication no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100023# RSAAuthentication yes
24# PasswordAuthentication yes
Ben Lindstrom5d35a2f2002-07-04 00:19:40 +000025# HostbasedAuthentication no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100026# BatchMode no
27# CheckHostIP yes
Damien Miller20a8f972003-05-18 20:50:30 +100028# AddressFamily any
Damien Millerb78d5eb2003-05-16 11:39:04 +100029# ConnectTimeout 0
Damien Millerc497e382002-01-22 23:32:39 +110030# StrictHostKeyChecking ask
Damien Millerd4a8b7e1999-10-27 13:42:43 +100031# IdentityFile ~/.ssh/identity
Ben Lindstrom9323d962001-04-04 01:58:48 +000032# IdentityFile ~/.ssh/id_rsa
Damien Millerc497e382002-01-22 23:32:39 +110033# IdentityFile ~/.ssh/id_dsa
Damien Millerd4a8b7e1999-10-27 13:42:43 +100034# Port 22
Ben Lindstrom068f3dc2001-03-10 17:15:39 +000035# Protocol 2,1
Damien Millerc497e382002-01-22 23:32:39 +110036# Cipher 3des
37# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
Damien Millerd4a8b7e1999-10-27 13:42:43 +100038# EscapeChar ~