diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-09-16 06:11:59 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-09-16 06:11:59 +0000 |
| commit | 3c37da7a19459e62b2709b53c5ce5ab659b20e24 (patch) | |
| tree | e4eeb742567bdf0bc5c2c9385d33fa4c1fb4acf2 /crypto/openssh/ssh_config | |
| parent | 8947bcb7563b1a4e31be4bd15c07393000b6089f (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/openssh/200309-buffer-patch
'openssh-vendor-crypto-OpenSSH_200309_buffer_patch'.
Diffstat (limited to 'crypto/openssh/ssh_config')
| -rw-r--r-- | crypto/openssh/ssh_config | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/crypto/openssh/ssh_config b/crypto/openssh/ssh_config deleted file mode 100644 index 94cffbf395aa..000000000000 --- a/crypto/openssh/ssh_config +++ /dev/null @@ -1,36 +0,0 @@ -# $OpenBSD: ssh_config,v 1.16 2002/07/03 14:21:05 markus Exp $ - -# This is the ssh client system-wide configuration file. See -# ssh_config(5) for more information. This file provides defaults for -# users, and the values can be changed in per-user configuration files -# or on the command line. - -# Configuration data is parsed as follows: -# 1. command line options -# 2. user-specific file -# 3. system-wide file -# Any configuration value is only changed the first time it is set. -# Thus, host-specific definitions should be at the beginning of the -# configuration file, and defaults at the end. - -# Site-wide defaults for various options - -# Host * -# ForwardAgent no -# ForwardX11 no -# RhostsAuthentication no -# RhostsRSAAuthentication no -# RSAAuthentication yes -# PasswordAuthentication yes -# HostbasedAuthentication no -# BatchMode no -# CheckHostIP yes -# StrictHostKeyChecking ask -# IdentityFile ~/.ssh/identity -# IdentityFile ~/.ssh/id_rsa -# IdentityFile ~/.ssh/id_dsa -# Port 22 -# Protocol 2,1 -# Cipher 3des -# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc -# EscapeChar ~ |
