spodskubka / RemoteTerminal

An SSH/Telnet terminal emulator for Microsoft Windows
56 stars 41 forks source link

Can not connect to openssh server 7.2 #3

Closed pitsi closed 7 years ago

pitsi commented 8 years ago

Since I upgraded my server to openssh version 7.2 (from 7.1), your client can not connect. The log on the server says this

http://paste.debian.net/416454/

so I assume it has to do with the values of (1024, 1024, 1024) that is hardcoded in the app, while the server requires (2048, 2048, 1024)

CanadianJeff commented 7 years ago

that paste is 404

pitsi commented 7 years ago

I opened the issue like... 6+ months ago! Since then, even openssh got a new major version (7.2 > 7.3). The default (and maximum) time debian's pastebin can host stuff is 90 days, so yes, it was deleted!

I have sold my windows 8.1 tablet since then. Your app was one of my most used ones that did not work anymore, and there were no alternatives in the store so... I moved to android. So, I have no way to repost any logs now. However, if you do plan to fix it soon, I will search my posts at a forum where I discussed the problem with more experienced users to find a log of that time. Keep in mind it will be of openssh 7.2, so there may be new problems in openssh 7.3.

pitsi commented 7 years ago

There you go. Remember it will be available for 90 days

http://paste.debian.net/877580/

Inside all that mess, the important line is

Mar 16 08:38:50 mpriki sshd[832]: fatal: mm_answer_moduli: bad parameters: 2048 2048 1024

CanadianJeff commented 7 years ago

it looks like someone forked this repo and might have fixed it so you could probley close this issue

pitsi commented 7 years ago

Is there a link for the forked repo or for the app inside the app store? It has to be w8.1 compatible obviously and not a universal app for w10...

pitsi commented 7 years ago

I assume you mean this. https://github.com/kexanie/RemoteTerminal/

As I see in the commits section, it does have a fix for openssh 7.2 and newer. It is even advertised on the app's page on windows store!

Remote Terminal 2 is a fork of Remote Terminal, which is originally created by spodskubka. Since the original project is no longer maintained. I republished it as Remote Terminal 2 to support OpenSsh 7.2 or higher.

It seems we can mark this issue as closed now. Too bad I am not on a windows tablet anymore to test it.

spodskubka commented 7 years ago

I will incorporate the changes implemented by @kexanie into the Remote Terminal code base. Additionally I will refine them to match the current SSH.NET implementation.

spodskubka commented 7 years ago

Implemented in #8 if somebody wants to take a look. Will merge when nobody responds during the next days.