Deleted Added
full compact
ssh_config (215116) ssh_config (221420)
1# $OpenBSD: ssh_config,v 1.26 2010/01/11 01:39:46 dtucker Exp $
1# $OpenBSD: ssh_config,v 1.26 2010/01/11 01:39:46 dtucker Exp $
2# $FreeBSD: head/crypto/openssh/ssh_config 215116 2010-11-11 11:46:19Z des $
2# $FreeBSD: head/crypto/openssh/ssh_config 221420 2011-05-04 07:34:44Z des $
3
4# This is the ssh client system-wide configuration file. See
5# ssh_config(5) for more information. This file provides defaults for
6# users, and the values can be changed in per-user configuration files
7# or on the command line.
8
9# Configuration data is parsed as follows:
10# 1. command line options

--- 30 unchanged lines hidden (view full) ---

41# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
42# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
43# EscapeChar ~
44# Tunnel no
45# TunnelDevice any:any
46# PermitLocalCommand no
47# VisualHostKey no
48# ProxyCommand ssh -q -W %h:%p gateway.example.com
3
4# This is the ssh client system-wide configuration file. See
5# ssh_config(5) for more information. This file provides defaults for
6# users, and the values can be changed in per-user configuration files
7# or on the command line.
8
9# Configuration data is parsed as follows:
10# 1. command line options

--- 30 unchanged lines hidden (view full) ---

41# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
42# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
43# EscapeChar ~
44# Tunnel no
45# TunnelDevice any:any
46# PermitLocalCommand no
47# VisualHostKey no
48# ProxyCommand ssh -q -W %h:%p gateway.example.com
49# VersionAddendum FreeBSD-20101111
49# VersionAddendum FreeBSD-20110503