Connection error in bitvise ssh client

123

This can be done by following these instructions:

  • generate your ssh keys
  • add key to openshift, if not done already
  • import the key into the user keypair manager (private key)
  • import the key into the host key manager (public key)
    • for host, grab the remote access url and remove the ssh. *everything is needed except the ssh for the url and save
    • add everything after the @ to the host back on the main application and everything before the @ to the username field
    • select the slot for the key you imported and enter the passphrase
    • when / if you get prompted to accept a cert, accept it

you should now be connected with ssh and sftp!

enter image description here

Share:
123

Related videos on Youtube

Kevin
Author by

Kevin

Updated on September 18, 2022

Comments

  • Kevin
    Kevin almost 2 years

    I have and app that displays a form. It is a Formik form. Clicking on submit works just fine. But when I copy the URL in the browser address bar and paste it into a new tab. Submit no longer does anything. I don't even see the handler for submit being called. Somehow Formik is swallowing the submit button in this case. I am not sure why the handler is not called or how to make sure it is called?

  • warl0ck
    warl0ck over 8 years
    i did exactly the same but still error is coming "The SSH2 session has terminated with error. Reason: FlowSocketReader: Error receiving bytes. Windows error 10054: An existing connection was forcibly closed by the remote host "
  • Karnith
    Karnith over 8 years
    can you please tell me the steps you took? I can connect on port 22 without issue. Error receiving bytes may possible be a firewall issue in windows or your router.. Maybe even a screenshot would help better, naturally with identifiable information blacked out...
  • warl0ck
    warl0ck over 8 years
    yeah sure, as u said earlier i have added public key to Host key manager and private key to Client key manager in options tab i have selected open terminal option also . here is the screenshot link im able to connect via putty though .
  • Matoeil
    Matoeil about 8 years
    u might need to connect to the vpn. when forgetting to tunnel with the remote host i have had this error "The SSH2 session has terminated with error. Reason: FlowSocketReader: Error receiving bytes. Windows error 10054: An existing connection was forcibly closed by the remote host "
  • warl0ck
    warl0ck about 8 years
    so to ssh to openshift i need to connect to vpn first ?