3

I'm trying to connect Bitvise with a cloud server to make some changes in my magneto website.

When I click login it creates connection without any problem. But after a few seconds it terminates automatically.

I configured correctly username, password, port, host and also public key file in Host Key Manager.

Now I am getting this error:

The SSH2 session has terminated with error. Reason: Error class: LocalSshDisconn, code: ConnectionLost, message: FlowSshTransport: received EOF.

Do I need to configure any other things? I have no idea. I am on Windows 10.

jww
  • 11,918
  • 44
  • 119
  • 208
Pravin Nath
  • 31
  • 1
  • 1
  • 3

3 Answers3

1

I had the same problem for weeks, but the following solved it for me:

I finally re-uploaded as recommended in: https://www.bitvise.com/ssh-client-download and the same message displayed:

The SSH session has terminated with error, Reason: Error class; LocalSshDisconn, code: Connection Lost, message: FlowSshTransport: received EOF.

YET on the Bitvise SSH Client window there is a link named: "Proxy Settings" I clicked it and haphazardly changed from "Use global proxy settings" to "use profile proxy settings".

GUESS WHAT ... it did work for me!

Arjan
  • 30,974
  • 14
  • 75
  • 112
1

I faced the same issue with Bitvise, and it started to work when I chose Elevation: Yes, in the Authentication-section of the Login-tab.

With PuTTY I kept getting fatal errors. After trying the Elevated session with Bitvise, the PuTTY started to work again too, without any further changes.

jgangso
  • 133
  • 1
  • 8
0

The SSH2 session has terminated with error. Reason: Error class: LocalSshDisconn, code: ConnectionLost

The SSH2 session has terminated with error. Reason: Error in component session/transport/kexHandler. Error class: Flow

Resolved Link

bitvise authentication establishes a connection without difficulty. However, after a few seconds it automatically terminates. Solution :

  1. Make sure the bitvise version is above v7.42
  2. choose Elevation: Yes, in the Authentication-section of the Login-tab dropdown.
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 30 '23 at 13:25