-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh2
is not able to sign with private key
#4487
Labels
assertion failed
Crashes in a build with assertions enabled
bug
Something isn't working
node.js
Compatibility with Node.js APIs
Comments
We replicated the same error in 1.0.4 version too |
Hey, I've run into this issue too. Did you managed to work a way around this? |
Removed bun as dependency I’m not using bun anymore for that projectIl giorno 1 nov 2023, alle ore 11:58, jawaad-juggle ***@***.***> ha scritto:
Hey, I've run into this issue too. Did you managed to work a way around this?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Closed
Duplicate of #4290 ? Tried to run this example: ❯❯❯ BUN_JSC_dumpModuleLoadingState=1 bun run app.js ✘ 134
Loader [fetch] bun:main
loader [parsing] bun:main
Loader [resolve] /Users/user/code/bun-ssh-project/app.js
Loader [fetch] /Users/user/code/bun-ssh-project/app.js
loader [parsing] /Users/user/code/bun-ssh-project/app.js
Loader [resolve] fs
Loader [resolve] ssh2
Loader [fetch] fs
Loader [fetch] /Users/user/code/bun-ssh-project/node_modules/ssh2/lib/index.js
loader [parsing] fs
loader [parsing] string_decoder
Loader [link] string_decoder
Loader [evaluate] string_decoder
loader [parsing] util/types
Loader [link] util/types
Loader [evaluate] util/types
loader [parsing] /Users/user/code/bun-ssh-project/node_modules/ssh2/lib/index.js
loader [parsing] buffer
Loader [link] buffer
Loader [evaluate] buffer
dyld[27404]: missing symbol called
fish: Job 1, 'BUN_JSC_dumpModuleLoadingState=…' terminated by signal SIGABRT (Abort) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
assertion failed
Crashes in a build with assertions enabled
bug
Something isn't working
node.js
Compatibility with Node.js APIs
What version of Bun is running?
0.8.1
What platform is your computer?
Linux 6.4.0-asahi-10-1-edge-ARCH aarch64 unknown
What steps can reproduce the bug?
What is the expected behavior?
Should output
Client :: ready
What do you see instead?
Additional information
The same exact code works on node, tried to use
Bun.file
API instead ofreadFileSync
, same result. Used standardssh-keygen
ssh-rsa key without password.The text was updated successfully, but these errors were encountered: