We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When brooklyn (using sshj) tries to copy the script to the target machine, we sometimes encounter:
ERROR net.schmizz.concurrent.Promise - <<sftp / 4>> woke to: net.schmizz.sshj.sftp.SFTPException: EOF while reading packet Exception in thread "main" net.schmizz.sshj.sftp.SFTPException: EOF while reading packet
The target machine is running Tectia ssh server, so I suspect we are running in to hierynomus/sshj#54 .
Options to resolve:
The text was updated successfully, but these errors were encountered:
Have installed Tectia on an RHEL machine on AWS to reproduce issue and investigating what the underlying sshj issue is
Sorry, something went wrong.
Merge pull request #478 from ahgittin/fix/477-source-bashrc
108e58d
fix #477 source bashrc and #476 intermittent tectia failures
No branches or pull requests
When brooklyn (using sshj) tries to copy the script to the target machine, we sometimes encounter:
The target machine is running Tectia ssh server, so I suspect we are running in to hierynomus/sshj#54 .
Options to resolve:
The text was updated successfully, but these errors were encountered: