Subject: Re: openssh/ssh
To: NetBSD Networking Technical Discussion List <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 05/31/2000 18:40:57
>>i ran them together for a very short period of time, and then removed
>>the ssh2 stuff. it was more trouble than it was worth. i can't see
>>how it would make it less secure though...
> the v1/v2 migration trouble in scp is there because, with ssh.com's
> SSH v1 and SSH v2 installation, you have two binaries - ssh1 and ssh2.
> If my understanding is correct, with openssh, you have single "ssh"
> binary that supports both v1 and v2. so I don't think there's similar
> trouble. At least, I have never experienced this particular trouble
> with openssh.
sorry for sending this here... someone asked me how to compile
portable openssh 2.1.0p3 on netbsd-current. here's a patch for that.
I haven't do any extensive tests yet.
itojun
diff -u1 openssh-2.1.0p3/configure.in openssh-2.1.0p3+/configure.in
--- openssh-2.1.0p3/configure.in Tue May 30 11:57:47 2000
+++ openssh-2.1.0p3+/configure.in Wed May 31 18:31:52 2000
@@ -447,3 +447,5 @@
[
+#include <sys/types.h>
#include <netinet/in.h>
+#include <sys/socket.h>
],
@@ -461,2 +463,3 @@
[
+#include <sys/types.h>
#include <netinet/in.h>