blob: 18936740f6e3cf67218be810fa44012b98fc6fd3 [file] [log] [blame]
Darren Tucker7ad8dd22010-01-12 19:40:27 +11001# $OpenBSD: ssh_config,v 1.26 2010/01/11 01:39:46 dtucker 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
Darren Tucker3f166df2005-02-09 09:46:47 +110016# Site-wide defaults for some commonly used options. For a comprehensive
17# list of available options, their meanings and defaults, please see the
18# ssh_config(5) man page.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100019
20# Host *
Damien Miller0bc1bd82000-11-13 22:57:25 +110021# ForwardAgent no
22# ForwardX11 no
Ben Lindstrom914d0372002-06-11 15:55:01 +000023# RhostsRSAAuthentication no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100024# RSAAuthentication yes
25# PasswordAuthentication yes
Ben Lindstrom5d35a2f2002-07-04 00:19:40 +000026# HostbasedAuthentication no
Damien Miller81a38922006-06-13 13:01:09 +100027# GSSAPIAuthentication no
28# GSSAPIDelegateCredentials no
Damien Millerd4a8b7e1999-10-27 13:42:43 +100029# BatchMode no
30# CheckHostIP yes
Damien Miller20a8f972003-05-18 20:50:30 +100031# AddressFamily any
Damien Millerb78d5eb2003-05-16 11:39:04 +100032# ConnectTimeout 0
Damien Millerc497e382002-01-22 23:32:39 +110033# StrictHostKeyChecking ask
Damien Millerd4a8b7e1999-10-27 13:42:43 +100034# IdentityFile ~/.ssh/identity
Ben Lindstrom9323d962001-04-04 01:58:48 +000035# IdentityFile ~/.ssh/id_rsa
Damien Millerc497e382002-01-22 23:32:39 +110036# IdentityFile ~/.ssh/id_dsa
Damien Millerd4a8b7e1999-10-27 13:42:43 +100037# Port 22
Ben Lindstrom068f3dc2001-03-10 17:15:39 +000038# Protocol 2,1
Damien Millerc497e382002-01-22 23:32:39 +110039# Cipher 3des
Damien Millere8001d42009-02-21 12:45:02 +110040# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
Damien Miller4de545a2007-06-11 14:04:42 +100041# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
Damien Millerd4a8b7e1999-10-27 13:42:43 +100042# EscapeChar ~
Damien Millerd27b9472005-12-13 19:29:02 +110043# Tunnel no
44# TunnelDevice any:any
45# PermitLocalCommand no
Damien Miller9f6fb562008-11-03 19:15:44 +110046# VisualHostKey no
Darren Tucker7ad8dd22010-01-12 19:40:27 +110047# ProxyCommand ssh -q -W %h:%p gateway.example.com