question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Invalid Format client error after successful auth

See original GitHub issue

Short problem description After a successful login the following error occurs (IP scrubbed):

debug1: Authentication succeeded (keyboard-interactive).
Authenticated to 1.1.1.1 ([1.1.1.1]:8889).
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug3: send packet: type 90
debug1: Entering interactive session.
debug1: pledge: network
ssh_dispatch_run_fatal: Connection to 1.1.1.1 port 8889: invalid format

Non-working ssh client: OpenSSH_7.5p1 Ubuntu-10ubuntu0.1, OpenSSL 1.0.2g 1 Mar 2016 Working ssh client: OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016

Environment

  • I am using Node.js v6.x or higher
  • npm install reports success
  • Actual Node.js version (node --version): v6.14.1
  • Operating system (uname -a on *nix systems): Ubuntu
  • Revision (git rev-parse --short HEAD): df01e72

Expected behavior Logged in user

Actual behavior SSH Client Error

Steps to reproduce Unknown so far

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
coolacidcommented, Apr 27, 2018

Putting a link to possible upstream bug here so that it’s trackable without having to go through the PR to find the link: https://github.com/mscdex/ssh2/issues/594

0reactions
NuSkoolercommented, May 17, 2020

Closing due to inactivity. Many users using SSH at this point. If you’re experiencing this, feel free to re-open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting "Invalid format" error during server side auth in Oauth.io
I successfully got state token by calling generateStateToken() method, but when I send that to $this->oauth->auth() method I get Invalid Format ...
Read more >
SSH Suddenly returning Invalid format - Server Fault
I saved the key to Lastpass, and have successfully retrieved it from there before, and got it working. However, after trying that again...
Read more >
Invalid Request Format Error - OutSystems 11 Documentation
The Invalid Request Format error is issued in the following situation: (<method name>) method has an invalid Request Format property.
Read more >
Permissions and Errors | Developer Guides
View common error codes and response messages for Amadeus Self-Service APIs. This guide covers HTTP status codes for both Client and Server errors....
Read more >
value of 'kid' has invalid format - MongoDB
I have an error that was mentioned once in a discussion here. In my Realm app, I use jwk authentication and try to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found