mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
ssh-host-config to match current defaults, bump README version. Patch from vinschen at redhat.com.
This commit is contained in:
parent
d5e082f0d5
commit
8daf4b45ea
|
@ -13,6 +13,9 @@
|
||||||
openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
|
openbsd-compat/fake-rfc2553.h] Bug #659: Test for and handle systems with
|
||||||
where gai_strerror is defined as "const char *". Part of patch supplied
|
where gai_strerror is defined as "const char *". Part of patch supplied
|
||||||
by bugzilla-openssh at thewrittenword.com
|
by bugzilla-openssh at thewrittenword.com
|
||||||
|
- (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] Update
|
||||||
|
ssh-host-config to match current defaults, bump README version. Patch from
|
||||||
|
vinschen at redhat.com.
|
||||||
|
|
||||||
20030919
|
20030919
|
||||||
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
|
||||||
|
@ -1149,4 +1152,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3016 2003/09/22 02:08:23 dtucker Exp $
|
$Id: ChangeLog,v 1.3017 2003/09/22 02:32:00 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This package is the actual port of OpenSSH to Cygwin 1.3.
|
This package is the actual port of OpenSSH to Cygwin 1.5.
|
||||||
|
|
||||||
===========================================================================
|
===========================================================================
|
||||||
Important change since 3.4p1-2:
|
Important change since 3.4p1-2:
|
||||||
|
|
|
@ -279,12 +279,14 @@ then
|
||||||
# Host *
|
# Host *
|
||||||
# ForwardAgent no
|
# ForwardAgent no
|
||||||
# ForwardX11 no
|
# ForwardX11 no
|
||||||
# RhostsAuthentication no
|
|
||||||
# RhostsRSAAuthentication no
|
# RhostsRSAAuthentication no
|
||||||
# RSAAuthentication yes
|
# RSAAuthentication yes
|
||||||
# PasswordAuthentication yes
|
# PasswordAuthentication yes
|
||||||
|
# HostbasedAuthentication no
|
||||||
# BatchMode no
|
# BatchMode no
|
||||||
# CheckHostIP yes
|
# CheckHostIP yes
|
||||||
|
# AddressFamily any
|
||||||
|
# ConnectTimeout 0
|
||||||
# StrictHostKeyChecking ask
|
# StrictHostKeyChecking ask
|
||||||
# IdentityFile ~/.ssh/identity
|
# IdentityFile ~/.ssh/identity
|
||||||
# IdentityFile ~/.ssh/id_dsa
|
# IdentityFile ~/.ssh/id_dsa
|
||||||
|
@ -397,7 +399,7 @@ Port $port_number
|
||||||
#HostKey ${SYSCONFDIR}/ssh_host_dsa_key
|
#HostKey ${SYSCONFDIR}/ssh_host_dsa_key
|
||||||
|
|
||||||
# Lifetime and size of ephemeral version 1 server key
|
# Lifetime and size of ephemeral version 1 server key
|
||||||
#KeyRegenerationInterval 3600
|
#KeyRegenerationInterval 1h
|
||||||
#ServerKeyBits 768
|
#ServerKeyBits 768
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
@ -407,7 +409,7 @@ Port $port_number
|
||||||
|
|
||||||
# Authentication:
|
# Authentication:
|
||||||
|
|
||||||
#LoginGraceTime 120
|
#LoginGraceTime 2m
|
||||||
#PermitRootLogin yes
|
#PermitRootLogin yes
|
||||||
# The following setting overrides permission checks on host key files
|
# The following setting overrides permission checks on host key files
|
||||||
# and directories. For security reasons set this to "yes" when running
|
# and directories. For security reasons set this to "yes" when running
|
||||||
|
@ -418,10 +420,6 @@ StrictModes no
|
||||||
#PubkeyAuthentication yes
|
#PubkeyAuthentication yes
|
||||||
#AuthorizedKeysFile .ssh/authorized_keys
|
#AuthorizedKeysFile .ssh/authorized_keys
|
||||||
|
|
||||||
# rhosts authentication should not be used
|
|
||||||
#RhostsAuthentication no
|
|
||||||
# Don't read the user's ~/.rhosts and ~/.shosts files
|
|
||||||
#IgnoreRhosts yes
|
|
||||||
# For this to work you will also need host keys in ${SYSCONFDIR}/ssh_known_hosts
|
# For this to work you will also need host keys in ${SYSCONFDIR}/ssh_known_hosts
|
||||||
#RhostsRSAAuthentication no
|
#RhostsRSAAuthentication no
|
||||||
# similar for protocol version 2
|
# similar for protocol version 2
|
||||||
|
@ -429,6 +427,8 @@ StrictModes no
|
||||||
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
# Change to yes if you don't trust ~/.ssh/known_hosts for
|
||||||
# RhostsRSAAuthentication and HostbasedAuthentication
|
# RhostsRSAAuthentication and HostbasedAuthentication
|
||||||
#IgnoreUserKnownHosts no
|
#IgnoreUserKnownHosts no
|
||||||
|
# Don't read the user's ~/.rhosts and ~/.shosts files
|
||||||
|
#IgnoreRhosts yes
|
||||||
|
|
||||||
# To disable tunneled clear text passwords, change to no here!
|
# To disable tunneled clear text passwords, change to no here!
|
||||||
#PasswordAuthentication yes
|
#PasswordAuthentication yes
|
||||||
|
@ -437,6 +437,8 @@ StrictModes no
|
||||||
# Change to no to disable s/key passwords
|
# Change to no to disable s/key passwords
|
||||||
#ChallengeResponseAuthentication yes
|
#ChallengeResponseAuthentication yes
|
||||||
|
|
||||||
|
#AllowTcpForwarding yes
|
||||||
|
#GatewayPorts no
|
||||||
#X11Forwarding no
|
#X11Forwarding no
|
||||||
#X11DisplayOffset 10
|
#X11DisplayOffset 10
|
||||||
#X11UseLocalhost yes
|
#X11UseLocalhost yes
|
||||||
|
@ -447,11 +449,14 @@ StrictModes no
|
||||||
UsePrivilegeSeparation $privsep_used
|
UsePrivilegeSeparation $privsep_used
|
||||||
#PermitUserEnvironment no
|
#PermitUserEnvironment no
|
||||||
#Compression yes
|
#Compression yes
|
||||||
|
#ClientAliveInterval 0
|
||||||
|
#ClientAliveCountMax 3
|
||||||
|
#UseDNS yes
|
||||||
|
#PidFile /var/run/sshd.pid
|
||||||
#MaxStartups 10
|
#MaxStartups 10
|
||||||
|
|
||||||
# no default banner path
|
# no default banner path
|
||||||
#Banner /some/path
|
#Banner /some/path
|
||||||
#VerifyReverseMapping no
|
|
||||||
|
|
||||||
# override default of no subsystems
|
# override default of no subsystems
|
||||||
Subsystem sftp /usr/sbin/sftp-server
|
Subsystem sftp /usr/sbin/sftp-server
|
||||||
|
|
Loading…
Reference in New Issue