summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-05 23:29:59 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-05 23:29:59 +0000
commitf327235f65b91e80f2d5db28678274f6a5d4def8 (patch)
tree13afbdc010dc4052c42e45bd86347066c6bf9686
parenta8baf36d41b0dc49451faa1e6fb074f70124527e (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--ChangeLog5
-rw-r--r--ssh.18
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b9dd2f2c..4c5a1c209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2420010405 2720010405
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 $
diff --git a/ssh.1 b/ssh.1
index e83f618fd..1d30a7c21 100644
--- a/ssh.1
+++ b/ssh.1
@@ -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 .
885Multiple versions must be comma-separated. 885Multiple versions must be comma-separated.
886The default is 886The default is
887.Dq 1,2 . 887.Dq 2,1 .
888This means that 888This means that
889.Nm 889.Nm
890tries version 1 and falls back to version 2 890tries version 2 and falls back to version 1
891if version 1 is not available. 891if version 2 is not available.
892.It Cm ProxyCommand 892.It Cm ProxyCommand
893Specifies the command to use to connect to the server. 893Specifies the command to use to connect to the server.
894The command 894The command