From owner-FreeBSD-users-jp@jp.freebsd.org  Sat Mar  3 08:04:04 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id IAA75934;
	Sat, 3 Mar 2001 08:04:04 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from ad.wakwak.com (root@ad.wakwak.com [210.165.16.112])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id IAA75927
	for <FreeBSD-users-jp@jp.freebsd.org>; Sat, 3 Mar 2001 08:04:03 +0900 (JST)
	(envelope-from okoutakesima@ad.wakwak.com)
Received: from bless (z211-19-107-81.dialup.wakwak.ne.jp [211.19.107.81])
	by ad.wakwak.com (8.11.1/8.11.1/2001-02-21) with SMTP id f22N3vA01354
	for <FreeBSD-users-jp@jp.freebsd.org>; Sat, 3 Mar 2001 08:03:58 +0900 (JST)
	(envelope-from okoutakesima@ad.wakwak.com)
Message-ID: <002501c0a36e$7b188b30$dd48a8c0@bless>
From: "takesima" <okoutakesima@ad.wakwak.com>
To: <FreeBSD-users-jp@jp.freebsd.org>
References: <000c01c0a34b$87f1a850$c848a8c0@ibm300>
Date: Sat, 3 Mar 2001 08:13:58 +0900
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: FreeBSD-users-jp 59424
Subject: [FreeBSD-users-jp 59424] Re: plain
 =?ISO-2022-JP?B?GyRCISEbKEI=?= passwprd
 =?ISO-2022-JP?B?GyRCISEkRyRPGyhC?= ssh
 =?ISO-2022-JP?B?GyRCJEckLSRKJCQkaCQmJEskOSRrGyhC?=
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: okoutakesima@ad.wakwak.com

$BC]Eg(B@$B2,K-IB1!$G$9!#(B

$B$J$*!"(BFreeBSD4.2$B$r:G=i$+$i%$%s%9%H!<%k$7$?$b$N$O!"2<5-@_Dj$GF0$$$F$^$9!#(B

$B!<!<!<!<!<!<!<!<!<!<!<!<(B
bash# cat /etc/ssh/ssh_config$B$O0J2<$G$9!#2?$b$$$8$C$F$^$;$s!#(B
# 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.
#
# $FreeBSD: src/crypto/openssh/ssh_config,v 1.2.2.3 2000/10/28 23:00:50 kris
Exp
 $

# 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 yes
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 ~
$B!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<!<(B


bash# cat /etc/ssh/sshd_config$B$O0J2<$G$9!#(B
# This is ssh server systemwide configuration file.
#
# $FreeBSD: src/crypto/openssh/sshd_config,v 1.4.2.3 2000/10/28 23:00:51
kris Ex
p $

Port 22
#Protocol 2,1
#ListenAddress 0.0.0.0

# For Jail
###ListenAddress 192.168.1.22
#ListenAddress ::

HostKey /etc/ssh/ssh_host_key
HostDsaKey /etc/ssh/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 120
KeyRegenerationInterval 3600
PermitRootLogin no
# Rate-limit sshd connections to 5 connections per 10 seconds
ConnectionsPerPeriod 5/10
# Don't read ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Uncomment if you don't trust ~/.ssh/known_hosts for
RhostsRSAAuthentication
#IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding yes
X11DisplayOffset 10
PrintMotd yes
KeepAlive yes

# Logging
SyslogFacility AUTH
LogLevel INFO
#obsoletes QuietMode and FascistLogging

RhostsAuthentication no
#
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
#
RSAAuthentication yes

# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no$B!z$3$3$@$1$$$8$j$^$7$?!#(B
#yes
PermitEmptyPasswords no
# Uncomment to disable s/key passwords
#SkeyAuthentication no

# To change Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#AFSTokenPassing no
#KerberosTicketCleanup no

# Kerberos TGT Passing does only work with the AFS kaserver
#KerberosTgtPassing yes

CheckMail yes
#UseLogin no

# Uncomment if you want to enable sftp
#Subsystem      sftp    /usr/libexec/sftp-server
#MaxStartups 10:30:60

$B!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0!0(B
4.1$B$+$i(B4.2$B$K(BCD$B$G(Bup$B$7$F!"99$K(Bmake$B!!(Bworld$B$N$,BLL\$G$9!#(B

_/_/_/_/_/_/_/_/_/_/_/_/_/_/
okoutakesima@ad.wakwak.com
http://www.ad.wakwak.com/~okoutakesima/




