Re: [Freedos-user] SSH - unsupported remote protocol version

2018-01-03 Thread geneb
On Tue, 2 Jan 2018, Dan Schmidt wrote: Drat! Somebody finally caught onto to my evil plan to covertly make Linux servers insecure! Foiled again! You will this one, Tom, but I'll be back!! Oh, I'LL BE BACK!! You can almost hear him adjust his monocle while petting a white persian cat. ;)

Re: [Freedos-user] SSH - unsupported remote protocol version

2018-01-02 Thread Dan Schmidt
Drat! Somebody finally caught onto to my evil plan to covertly make Linux servers insecure! Foiled again! You will this one, Tom, but I'll be back!! Oh, I'LL BE BACK!! On Tue, Jan 2, 2018 at 9:03 AM, Tom Ehlert wrote: > > > We did talk at length about it almost

Re: [Freedos-user] SSH - unsupported remote protocol version

2018-01-02 Thread Tom Ehlert
> We did talk at length about it almost exactly a year ago.  The tldr > version is that you would need ssh2d386 and you have to have access > to modify the ssh config on the server to support older ciphers.  there are GOOD reasons to not allow outdated protocols to be used. on what planet have

Re: [Freedos-user] SSH - unsupported remote protocol version

2018-01-02 Thread Tom Ehlert
> On 12/31/2017 10:47 AM, Robert Riebisch wrote: >> From SSHDOS source code: >> ### >>if(remote_major != 1 && remote_minor == 0) >> fatal("Unsupported remote protocol version\n"); >> ### > What a weird check. So version 2.1 would work? Shouldn't the check be not only a weird and

Re: [Freedos-user] SSH - unsupported remote protocol version

2018-01-02 Thread Dan Schmidt
We did talk at length about it almost exactly a year ago. The tldr version is that you would need ssh2d386 and you have to have access to modify the ssh config on the server to support older ciphers. All my attempts to get a decent C coder interested in updating the project have failed.

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread Rugxulo
Hi, On Sun, Dec 31, 2017 at 5:27 PM, Jerome Shidel wrote: > > Anyhow, I recall seeing a thread earlier discussing something similar. At > least, I think it was similar. > I was not very interested at the time and kinda only skimmed it. But, if I > remember what I half

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread Jerome Shidel
> Are you sure? > Binaries are still from 2003 (sshdos.zip) or 2006 (ssh2dos.zip). I am only sure that one package reports itself as SSHDOS v0.95, and it is not the package that shipped with FreeDOS 1.2. But, I haven’t used either. I don’t want to speculate on what the differences between

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread Robert Riebisch
Hi Jerome, > http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.2/pkg-html/group-net.html > > At present, FDIMPLES is an offline only package manager and several > packages (including sshdos & ssh2dos) have been updated since the > release of FreeDOS 1.2. Are you sure?

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread Robert Riebisch
Hi David, >> From SSHDOS source code: >> ### >>if(remote_major != 1 && remote_minor == 0) >> fatal("Unsupported remote protocol version\n"); >> ### > > What a weird check. So version 2.1 would work? Shouldn't the check be > > if (!(remote_major == 1 && remote_minor == 0)) > > ? Not

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread David McMackins
On 12/31/2017 10:47 AM, Robert Riebisch wrote: > From SSHDOS source code: > ### >if(remote_major != 1 && remote_minor == 0) > fatal("Unsupported remote protocol version\n"); > ### What a weird check. So version 2.1 would work? Shouldn't the check be if (!(remote_major == 1 &&

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread Jerome Shidel
First, I would suggest visiting the Official FreeDOS Online Software Repository. http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/1.2/pkg-html/group-net.html At present, FDIMPLES is an offline only package manager and several packages (including sshdos & ssh2dos) have been

Re: [Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread Robert Riebisch
Hi czezz, > In both cases, connection fails and in the end I get message: > "Unsupported remote protocol version". >From SSHDOS source code: ### if(remote_major != 1 && remote_minor == 0) fatal("Unsupported remote protocol version\n"); ### So, the remote server has to support 1.0. 1)

[Freedos-user] SSH - unsupported remote protocol version

2017-12-31 Thread czezz
Hi, I have installed SSHDOS package over FDIMPLES Networkig SSHDOS To connect to my SSH server I executed this: sshdos.exe user 192.168.1.108 OR sshd386.exe user 192.168.1.108 In both cases, connection fails and in the end I get message: Unsupported remote protocol version. I have