"nate" wrote:
> i would strongly reccomend trying to build the new openssh
> with the potato version of openssl. i installed the woody
> version of openssl to try to play with sendmail+tls from
> woody and it caused all kinds of minor issues with other
> packages that need ssl like apache-ssl and
Eric G. Stern said:
> I have built almost ssh debs for potato from woody source. I don't
> remember exactly why it didn't finish, but I built all the crypto
> libraries and the ssh and sshd programs. There was a packaging
> issue that prevented the debs from building. If you want, I can
> send y
I have built almost ssh debs for potato from woody source. I don't
remember exactly why it didn't finish, but I built all the crypto
libraries and the ssh and sshd programs. There was a packaging issue
that prevented the debs from building. If you want, I can send you what
I have, but you should
hmm Putty must fall back to v1 w/o saying anything..
Guess that leaves us with:
1. when is woody going gold? lol i know the answer no flames pls
2. i will look for .debs or build openssh myself.
Thanks all
dman wrote:
On Sun, Nov 25, 2001 at 08:52:38PM -0600, Hanasaki JiJi wrote:
| Potato's
On Sun, Nov 25, 2001 at 08:52:38PM -0600, Hanasaki JiJi wrote:
| Potato's version of ssh says invalid option. I have putty >win ssh
Yeah, potato has a really old verison of ssh that doesn't include
protocol v2.
| client< set to protocol 2 and it works against the server fine.
PuTTY is newer th
Hanasaki JiJi said:
> how do i get potato sshd to ignore v1 connections?
>
simple. you don't. potato's ssh DOES NOT support SSH v2.
OpenSSH's SSH 2 implimentation came out AFTER potato
froze = no SSH2 for potato. you may be able to find
3rd party debs for it .
but the openssh with potato is S
Potato's version of ssh says invalid option. I have putty >win ssh
client< set to protocol 2 and it works against the server fine.
Pollywog wrote:
On 2001.11.26 02:33 Hanasaki JiJi wrote:
how do i get potato sshd to ignore v1 connections?
in /etc/ssh/sshd_config at the top of the file, y
On 2001.11.26 02:33 Hanasaki JiJi wrote:
how do i get potato sshd to ignore v1 connections?
in /etc/ssh/sshd_config at the top of the file, you probably have
something like this:
Port 22
Protocol 2,1
Just change the Protocol line to:
Protocol 2
that should do it.
--
Andrew
8 matches
Mail list logo