]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2006/03/28 00:12:31
authordjm <djm>
Fri, 31 Mar 2006 12:10:51 +0000 (12:10 +0000)
committerdjm <djm>
Fri, 31 Mar 2006 12:10:51 +0000 (12:10 +0000)
     [README.tun ssh.c]
     spacing

ChangeLog
README.tun
ssh.c

index 0ff3ae76bc3c234810ee82aedef3c473b803cd90..014e9c786783ea47f9dd29e6923c48fe412a9897 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
    - djm@cvs.openbsd.org 2006/03/27 23:15:46
      [sftp.c]
      always use a format string for addargs; spotted by mouring@
+   - deraadt@cvs.openbsd.org 2006/03/28 00:12:31
+     [README.tun ssh.c]
+     spacing
 
 20060326
  - OpenBSD CVS Sync
index d814f396d5b9ac1fa599d936941e1d602beb35a3..5e1cb074c2eef57d0dbb58af9787bbb94eea126b 100644 (file)
@@ -87,12 +87,12 @@ combination with layer 2 tunneling and Ethernet bridging.
 | Client |------(  Internet  )-----| access.somewhere.net |
 +--------+       (          )      +----------------------+
     : 192.168.1.78                             |
-    :.............................         +-------+       
+    :.............................         +-------+
      Forwarded ssh connection    :         | dmzgw |
      Layer 2 tunnel              :         +-------+
                                  :             |
                                  :             |
-                                 :      +------------+  
+                                 :      +------------+
                                  :......| sshgateway |
                                       | +------------+
 --- real connection                 Bridge ->  |          +----------+
@@ -104,7 +104,7 @@ combination with layer 2 tunneling and Ethernet bridging.
 
 Finally connect to the OpenSSH server to establish the tunnel by using
 the following command:
-       
+
        ssh sshgateway
 
 It is also possible to tell the client to fork into the background after
@@ -129,4 +129,4 @@ interconnect corporate networks.
 
        Reyk Floeter
 
-$OpenBSD: README.tun,v 1.3 2005/12/08 18:34:10 reyk Exp $
+$OpenBSD: README.tun,v 1.4 2006/03/28 00:12:31 deraadt Exp $
diff --git a/ssh.c b/ssh.c
index 00995e5dc84a8ce08d6bb1c2af13b36883d31fff..7e0a8ba4bb7ca345b9ed44e3425c04bd683ec4b2 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.273 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.274 2006/03/28 00:12:31 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -688,7 +688,7 @@ main(int ac, char **av)
        if (options.rhosts_rsa_authentication ||
            options.hostbased_authentication) {
                sensitive_data.nkeys = 3;
-               sensitive_data.keys = xcalloc(sensitive_data.nkeys, 
+               sensitive_data.keys = xcalloc(sensitive_data.nkeys,
                    sizeof(Key));
 
                PRIV_START;
This page took 0.05928 seconds and 5 git commands to generate.