1af12a3e7SDag-Erling Smørgrav# $OpenBSD: ssh_config,v 1.12 2002/01/16 17:55:33 stevesk Exp $ 242f71286SMark Murray# $FreeBSD$ 3511b41d2SMark Murray 4af12a3e7SDag-Erling Smørgrav# This is the ssh client system-wide configuration file. See ssh(1) 5af12a3e7SDag-Erling Smørgrav# for more information. This file provides defaults for users, and 6af12a3e7SDag-Erling Smørgrav# the values can be changed in per-user configuration files or on the 7af12a3e7SDag-Erling Smørgrav# command line. 8ca3176e7SBrian Feldman 9511b41d2SMark Murray# Configuration data is parsed as follows: 10511b41d2SMark Murray# 1. command line options 11511b41d2SMark Murray# 2. user-specific file 12511b41d2SMark Murray# 3. system-wide file 13511b41d2SMark Murray# Any configuration value is only changed the first time it is set. 14511b41d2SMark Murray# Thus, host-specific definitions should be at the beginning of the 15511b41d2SMark Murray# configuration file, and defaults at the end. 16511b41d2SMark Murray 17511b41d2SMark Murray# Site-wide defaults for various options 18511b41d2SMark Murray 19511b41d2SMark Murray# Host * 20ca3176e7SBrian Feldman# ForwardAgent no 21ca3176e7SBrian Feldman# ForwardX11 no 22af12a3e7SDag-Erling Smørgrav# RhostsAuthentication yes 23511b41d2SMark Murray# RhostsRSAAuthentication yes 24511b41d2SMark Murray# RSAAuthentication yes 25511b41d2SMark Murray# PasswordAuthentication yes 26a3d67969SPeter Wemm# FallBackToRsh no 27511b41d2SMark Murray# UseRsh no 28511b41d2SMark Murray# BatchMode no 29511b41d2SMark Murray# CheckHostIP yes 30af12a3e7SDag-Erling Smørgrav# StrictHostKeyChecking ask 31511b41d2SMark Murray# IdentityFile ~/.ssh/identity 32ca3176e7SBrian Feldman# IdentityFile ~/.ssh/id_rsa 33af12a3e7SDag-Erling Smørgrav# IdentityFile ~/.ssh/id_dsa 34511b41d2SMark Murray# Port 22 35e8aafc91SKris Kennaway# Protocol 2,1 36af12a3e7SDag-Erling Smørgrav# Cipher 3des 37af12a3e7SDag-Erling Smørgrav# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc 38511b41d2SMark Murray# EscapeChar ~ 39