diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-05 23:29:59 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-05 23:29:59 +0000 |
commit | f327235f65b91e80f2d5db28678274f6a5d4def8 (patch) | |
tree | 13afbdc010dc4052c42e45bd86347066c6bf9686 | |
parent | a8baf36d41b0dc49451faa1e6fb074f70124527e (diff) |
- markus@cvs.openbsd.org 2001/04/05 15:45:43
[ssh.1]
ssh defaults to protocol v2; from quisar@quisar.ambre.net
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 8 |
2 files changed, 8 insertions, 5 deletions
@@ -20,6 +20,9 @@ | |||
20 | - markus@cvs.openbsd.org 2001/04/05 11:09:17 | 20 | - markus@cvs.openbsd.org 2001/04/05 11:09:17 |
21 | [clientloop.c compat.c compat.h] | 21 | [clientloop.c compat.c compat.h] |
22 | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | 22 | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. |
23 | - markus@cvs.openbsd.org 2001/04/05 15:45:43 | ||
24 | [ssh.1] | ||
25 | ssh defaults to protocol v2; from quisar@quisar.ambre.net | ||
23 | 26 | ||
24 | 20010405 | 27 | 20010405 |
25 | - OpenBSD CVS Sync | 28 | - OpenBSD CVS Sync |
@@ -4892,4 +4895,4 @@ | |||
4892 | - Wrote replacements for strlcpy and mkdtemp | 4895 | - Wrote replacements for strlcpy and mkdtemp |
4893 | - Released 1.0pre1 | 4896 | - Released 1.0pre1 |
4894 | 4897 | ||
4895 | $Id: ChangeLog,v 1.1068 2001/04/05 23:28:36 mouring Exp $ | 4898 | $Id: ChangeLog,v 1.1069 2001/04/05 23:29:59 mouring Exp $ |
@@ -34,7 +34,7 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh.1,v 1.100 2001/03/26 15:47:59 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.101 2001/04/05 15:45:43 markus Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -884,11 +884,11 @@ and | |||
884 | .Dq 2 . | 884 | .Dq 2 . |
885 | Multiple versions must be comma-separated. | 885 | Multiple versions must be comma-separated. |
886 | The default is | 886 | The default is |
887 | .Dq 1,2 . | 887 | .Dq 2,1 . |
888 | This means that | 888 | This means that |
889 | .Nm | 889 | .Nm |
890 | tries version 1 and falls back to version 2 | 890 | tries version 2 and falls back to version 1 |
891 | if version 1 is not available. | 891 | if version 2 is not available. |
892 | .It Cm ProxyCommand | 892 | .It Cm ProxyCommand |
893 | Specifies the command to use to connect to the server. | 893 | Specifies the command to use to connect to the server. |
894 | The command | 894 | The command |