1511b41d2SMark Murray# This is ssh client systemwide configuration file. This file provides 2511b41d2SMark Murray# defaults for users, and the values can be changed in per-user configuration 3511b41d2SMark Murray# files or on the command line. 442f71286SMark Murray# 542f71286SMark Murray# $FreeBSD$ 6511b41d2SMark Murray 7511b41d2SMark Murray# Configuration data is parsed as follows: 8511b41d2SMark Murray# 1. command line options 9511b41d2SMark Murray# 2. user-specific file 10511b41d2SMark Murray# 3. system-wide file 11511b41d2SMark Murray# Any configuration value is only changed the first time it is set. 12511b41d2SMark Murray# Thus, host-specific definitions should be at the beginning of the 13511b41d2SMark Murray# configuration file, and defaults at the end. 14511b41d2SMark Murray 15511b41d2SMark Murray# Site-wide defaults for various options 16511b41d2SMark Murray 17511b41d2SMark Murray# Host * 18511b41d2SMark Murray# ForwardAgent yes 19511b41d2SMark Murray# ForwardX11 yes 20511b41d2SMark Murray# RhostsAuthentication yes 21511b41d2SMark Murray# RhostsRSAAuthentication yes 22511b41d2SMark Murray# RSAAuthentication yes 23511b41d2SMark Murray# PasswordAuthentication yes 24a3d67969SPeter Wemm# FallBackToRsh no 25511b41d2SMark Murray# UseRsh no 26511b41d2SMark Murray# BatchMode no 27511b41d2SMark Murray# CheckHostIP yes 28511b41d2SMark Murray# StrictHostKeyChecking no 29511b41d2SMark Murray# IdentityFile ~/.ssh/identity 30511b41d2SMark Murray# Port 22 31e8aafc91SKris Kennaway# Protocol 2,1 32511b41d2SMark Murray# Cipher blowfish 33511b41d2SMark Murray# EscapeChar ~ 34