Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/crypto/dist/ssh Pull up revision 1.3 (requested by hube...
details: https://anonhg.NetBSD.org/src/rev/b83221e070fa
branches: netbsd-1-5
changeset: 490570:b83221e070fa
user: he <he%NetBSD.org@localhost>
date: Sat Feb 03 17:36:37 2001 +0000
description:
Pull up revision 1.3 (requested by hubertf):
Document that we ship with "ForwardX11 no" as the default.
diffstat:
crypto/dist/ssh/ssh.conf | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diffs (37 lines):
diff -r 82c015c0b993 -r b83221e070fa crypto/dist/ssh/ssh.conf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/dist/ssh/ssh.conf Sat Feb 03 17:36:37 2001 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: ssh.conf,v 1.1.1.1.2.2 2001/02/03 17:36:37 he Exp $
+#
+# This is ssh client systemwide configuration file. 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 yes
+# ForwardX11 no
+# RhostsAuthentication yes
+# RhostsRSAAuthentication yes
+# RSAAuthentication yes
+# PasswordAuthentication yes
+# FallBackToRsh no
+# UseRsh no
+# BatchMode no
+# CheckHostIP yes
+# StrictHostKeyChecking no
+# IdentityFile ~/.ssh/identity
+# Port 22
+# Protocol 2,1
+# Cipher blowfish
+# EscapeChar ~
Home |
Main Index |
Thread Index |
Old Index