Deleted Added
full compact
ssh_config (162857) ssh_config (164149)
1# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
1# $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
2# $FreeBSD: head/crypto/openssh/ssh_config 162857 2006-09-30 13:39:07Z des $
2# $FreeBSD: head/crypto/openssh/ssh_config 164149 2006-11-10 16:52:41Z 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

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

38# Port 22
39# Protocol 2,1
40# Cipher 3des
41# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
42# EscapeChar ~
43# Tunnel no
44# TunnelDevice any:any
45# PermitLocalCommand no
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

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

38# Port 22
39# Protocol 2,1
40# Cipher 3des
41# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
42# EscapeChar ~
43# Tunnel no
44# TunnelDevice any:any
45# PermitLocalCommand no
46# VersionAddendum FreeBSD-20060930
46# VersionAddendum FreeBSD-20061110