Hi there!
I noticed the following:
1. If I only add `--ssh-agent=gsc` to the relay options, it automatically loads the WASM program. It prompts me (the first time only) for access to the Smart Card Connector App, and then fails with the following error:
"Program exited with status code [object Object]".
The console shows the following:
terminating process due to runtime error: Error while handling syscall: TypeError: onSuccess is not a function
TypeError: onSuccess is not a function
at SshAgentStream.asyncWrite (chrome-extension://iodihamcpbpeioajjeobimgagajmlibd/js/nassh_stream_sshagent.js:105:3)
at UnixSocket.write (chrome-extension://iodihamcpbpeioajjeobimgagajmlibd/wassh/js/sockets.js:1523:26)
at RemoteReceiverWasiPreview1.handle_fd_write (chrome-extension://iodihamcpbpeioajjeobimgagajmlibd/wassh/js/syscall_handler.js:299:15)
at Background.onMessage_syscall (chrome-extension://iodihamcpbpeioajjeobimgagajmlibd/wasi-js-bindings/js/process.js:293:40)
at Background.onMessage (chrome-extension://iodihamcpbpeioajjeobimgagajmlibd/wasi-js-bindings/js/process.js:276:28)
2. Previously, I was able to workaround the issue by setting `--ssh-client-version=pnacl` and forcing the previous client. I have recently switched to an ARM-based Chromebook and the workaround has stopped working, since the client hangs on "Loading pnacl program...".
I have tried both within Secure Shell and within the Terminal app. As far as I can tell, with no difference.
What options do I have here?
Thank you!
Best,
A