]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2005/03/12 11:55:03
authordtucker <dtucker>
Mon, 14 Mar 2005 12:14:20 +0000 (12:14 +0000)
committerdtucker <dtucker>
Mon, 14 Mar 2005 12:14:20 +0000 (12:14 +0000)
     [ssh_config.5]
     escape `.' at eol to avoid double spacing issues;

ChangeLog
ssh_config.5

index 1e9aa947b817b4ac9b1e97cfb7d8b9fc76b085d0..148415624212c39c2e454c2c0452e6f1fef37356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
    - markus@cvs.openbsd.org 2005/03/11 14:59:06
      [ssh-keygen.c]
      typo, missing \n; mpech
+   - jmc@cvs.openbsd.org 2005/03/12 11:55:03
+     [ssh_config.5]
+     escape `.' at eol to avoid double spacing issues;
 
 20050313
  - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
index 06db04c27a7c6685aea556c1386109502c60a111..dc6d6746fd3364a11a82a864f0f86fdaf9a14521 100644 (file)
@@ -34,7 +34,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh_config.5,v 1.47 2005/03/07 23:41:54 jmc Exp $
+.\" $OpenBSD: ssh_config.5,v 1.48 2005/03/12 11:55:03 jmc Exp $
 .Dd September 25, 1999
 .Dt SSH_CONFIG 5
 .Os
@@ -571,9 +571,9 @@ Default is 22.
 .It Cm PreferredAuthentications
 Specifies the order in which the client should try protocol 2
 authentication methods.
-This allows a client to prefer one method (e.g.
+This allows a client to prefer one method (e.g.\&
 .Cm keyboard-interactive )
-over another method (e.g.
+over another method (e.g.\&
 .Cm password )
 The default for this option is:
 .Dq hostbased,publickey,keyboard-interactive,password .
This page took 0.051097 seconds and 5 git commands to generate.