]> git.pld-linux.org Git - packages/openssh.git/blame - openssh.conf
- patch5 shouldn't be applied by default
[packages/openssh.git] / openssh.conf
CommitLineData
87606687
JB
1# This is the ssh client system-wide configuration file. See
2# ssh_config(5) for more information. This file provides defaults for
3# users, and the values can be changed in per-user configuration files
4# or on the command line.
cf3b46d6
AF
5
6# Configuration data is parsed as follows:
7# 1. command line options
8# 2. user-specific file
9# 3. system-wide file
10# Any configuration value is only changed the first time it is set.
11# Thus, host-specific definitions should be at the beginning of the
12# configuration file, and defaults at the end.
13
14# Site-wide defaults for various options
15
16# Host *
87606687
JB
17# ForwardAgent no
18# ForwardX11 no
19# RhostsAuthentication no
20# RhostsRSAAuthentication no
cf3b46d6 21# RSAAuthentication yes
cf3b46d6 22# PasswordAuthentication yes
cf3b46d6 23# BatchMode no
3f1168a9 24# CheckHostIP yes
87606687 25# StrictHostKeyChecking ask
cf3b46d6 26# IdentityFile ~/.ssh/identity
87606687
JB
27# IdentityFile ~/.ssh/id_rsa
28# IdentityFile ~/.ssh/id_dsa
cf3b46d6 29# Port 22
3f1168a9 30# Protocol 2,1
cf3b46d6 31# Cipher 3des
87606687 32# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
cf3b46d6
AF
33# EscapeChar ~
34
3f1168a9
AM
35# Be paranoid by default
36Host *
37 ForwardAgent no
38 ForwardX11 no
606f576f 39 StrictHostKeyChecking no
This page took 0.038795 seconds and 4 git commands to generate.