]> andersk Git - openssh.git/commitdiff
- Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
authordamien <damien>
Wed, 2 Feb 2000 09:56:20 +0000 (09:56 +0000)
committerdamien <damien>
Wed, 2 Feb 2000 09:56:20 +0000 (09:56 +0000)
 - Added URLs to Japanese translations of documents by HARUYAMA Seigo
   <haruyama@nt.phys.s.u-tokyo.ac.jp>

CREDITS
ChangeLog
README
UPGRADING

diff --git a/CREDITS b/CREDITS
index 45775a3ef1ec83afe98a2b11679b6b992380975c..7eb467bd75b2c3a5d6a8b56e3d37bc6a60e19294 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -17,6 +17,7 @@ Darren Hall <dhall@virage.org> - AIX patches
 David Agraz <dagraz@jahoopa.com> - Build fixes
 David Rankin <drankin@bohemians.lexington.ky.us> - libwrap, AIX, NetBSD fixes
 Gary E. Miller <gem@rellim.com> - SCO support
+HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> - Translations & doc fixes
 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> - KRB4/AFS config patch
 Jani Hakala <jahakala@cc.jyu.fi> - Patches
 Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes
index 50f2461f3b2f08957a8646f056ef65ac0545da8b..67382603cb697fd229a0341bfcb773eea88e1a5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
 20000202
  - Fix lastlog code for directory based lastlogs. Fix from Josh Durham 
    <jmd@aoe.vt.edu>
+ - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
+ - Added URLs to Japanese translations of documents by HARUYAMA Seigo 
+   <haruyama@nt.phys.s.u-tokyo.ac.jp>
 
 20000201
  - Use socket pairs by default (instead of pipes). Prevents race condition
diff --git a/README b/README
index 6827f64a32726b825d7e0004ace1ba49f927a779..fac7df4576797d63c3cd758de25756e7223d63e7 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,7 @@
+[ A Japanese translation of this document is available at
+[ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html
+[ Thanks to HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
+
 This is the port of OpenBSD's excellent OpenSSH to Linux and other
 Unices.
 
index 5c6715ce2f88ff6a4d0bbee916ba3c42e6b6405e..8f661cdbb188b4d740a84b4ff4292adb59937e7d 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -1,3 +1,7 @@
+[ A Japanese translation of this document is available at
+[ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html
+[ Thanks to HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
+
 OpenSSH is almost completely compatible with the commercial SSH 1.2.x.
 There are, however, a few exceptions that you will need to bear in
 mind while upgrading:
@@ -21,7 +25,7 @@ key.
 Solution: You will need to run the *commercial* version of ssh-keygen
 on the host's private key:
 
-ssh-keygen -u /etc/ssh/ssh_host_key
+ssh-keygen -u -f /etc/ssh/ssh_host_key
 
 3. Incompatible changes to sshd_config format.
 
@@ -78,17 +82,12 @@ users access to the account regardless of the policy specified by
 not add the "nullok" directive to your PAM configuration file unless
 you specifically wish to allow empty passwords.
 
-7. Rhosts authentication does not work
-
-Make sure that ssh is installed with the setuid bit set. Note that the 
-Makefile does not do this by default.
-
-8. X11 and/or agent forwarding does not work
+7. X11 and/or agent forwarding does not work
 
 Check your ssh_config and sshd_config. The default configuration files
 disable authentication agent and X11 forwarding.
 
-9. ssh takes a long time to connect with Linux/glibc 2.1
+8. ssh takes a long time to connect with Linux/glibc 2.1
 
 The glibc shipped with Redhat 6.1 appears to take a long time to resolve
 "IPv6 or IPv4" addresses from domain names. This can be kludged around 
@@ -96,7 +95,7 @@ with the --with-ipv4-default configure option. This instructs OpenSSH to
 use IPv4-only address resolution. (IPv6 lookups may still be made by 
 specifying the -6 option).
 
-10. Logins from commercial ssh generate the error "Selected cipher type 
+9. Logins from commercial ssh generate the error "Selected cipher type 
     idea not supported by server"
 
 This error is generated when a commercial ssh which has been configured to
This page took 0.129755 seconds and 5 git commands to generate.