Deleted Added
full compact
ssh_config (60576) ssh_config (62940)
1# This is ssh client systemwide configuration file. This file provides
2# defaults for users, and the values can be changed in per-user configuration
3# files or on the command line.
4#
1# This is ssh client systemwide configuration file. This file provides
2# defaults for users, and the values can be changed in per-user configuration
3# files or on the command line.
4#
5# $FreeBSD: head/crypto/openssh/ssh_config 60576 2000-05-15 05:24:25Z kris $
5# $FreeBSD: head/crypto/openssh/ssh_config 62940 2000-07-11 09:39:34Z peter $
6
7# Configuration data is parsed as follows:
8# 1. command line options
9# 2. user-specific file
10# 3. system-wide file
11# Any configuration value is only changed the first time it is set.
12# Thus, host-specific definitions should be at the beginning of the
13# configuration file, and defaults at the end.
14
15# Site-wide defaults for various options
16
17# Host *
18# ForwardAgent yes
19# ForwardX11 yes
20# RhostsAuthentication yes
21# RhostsRSAAuthentication yes
22# RSAAuthentication yes
23# PasswordAuthentication yes
6
7# Configuration data is parsed as follows:
8# 1. command line options
9# 2. user-specific file
10# 3. system-wide file
11# Any configuration value is only changed the first time it is set.
12# Thus, host-specific definitions should be at the beginning of the
13# configuration file, and defaults at the end.
14
15# Site-wide defaults for various options
16
17# Host *
18# ForwardAgent yes
19# ForwardX11 yes
20# RhostsAuthentication yes
21# RhostsRSAAuthentication yes
22# RSAAuthentication yes
23# PasswordAuthentication yes
24# FallBackToRsh yes
24# FallBackToRsh no
25# UseRsh no
26# BatchMode no
27# CheckHostIP yes
28# StrictHostKeyChecking no
29# IdentityFile ~/.ssh/identity
30# Port 22
31# Protocol 2,1
32# Cipher blowfish
33# EscapeChar ~
25# UseRsh no
26# BatchMode no
27# CheckHostIP yes
28# StrictHostKeyChecking no
29# IdentityFile ~/.ssh/identity
30# Port 22
31# Protocol 2,1
32# Cipher blowfish
33# EscapeChar ~