-
Notifications
You must be signed in to change notification settings - Fork 131
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
Net::SSH::Exception padding error #128
Comments
do you still have issues with this ? @shapkin |
I'm seeing this same issue. Did you figure it out @shapkin? @emnabarred do you have any idea how to fix this? |
Also seeing this, happened after recently updating net-ssh, still looking for a root cause... |
Upgrading to this beta version seems to have helped! gem 'net-ssh', '~> 7.0.0.beta1', require: 'net/ssh' seems related to net-ssh/net-ssh#864 and net-ssh/net-ssh#847 |
still happening with the latest released version :( |
I'm trying to connect to sFTP server:
Net::SFTP.start("SERVER_IP", "username", password: "password", non_interactive: true, verify_host_key: :never, verbose: :debug)
This generate the following error
Full traceback:
System configuration
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin20]
net-ssh 6.1.0
net-sftp 3.0.0
The text was updated successfully, but these errors were encountered: