Sha256: 956a9d72d7b2dd59aeec5ad3e5c9421411992d0b6a446f1be45b9a3e567b0e8b

Contents?: true

Size: 633 Bytes

Versions: 103

Compression:

Stored size: 633 Bytes

Contents

### Expected behavior

Tell us what should happen

### Actual behavior

Tell us what happens instead.

### System configuration

- net-ssh version
- Ruby version

### Example App

Please provide an example script that reproduces the problem. This will save maintainers time so they can spend it fixing your issues instead of trying to build a reproduction case from sparse instructions.

You can use this as stating point:

```ruby
gem 'net-ssh', '= 4.0.0.beta3'
require 'net/ssh'
puts Net::SSH::Version::CURRENT

@host = 'localhost'
@user = ENV['USER']
Net::SSH.start(@host, @user) do |ssh|
  puts ssh.exec!('echo "hello"')
end
```

Version data entries

103 entries across 92 versions & 7 rubygems

Version Path
net-ssh-7.3.0 ISSUE_TEMPLATE.md
net-ssh-7.3.0.rc1 ISSUE_TEMPLATE.md
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/ISSUE_TEMPLATE.md
net-ssh-7.2.3 ISSUE_TEMPLATE.md
net-ssh-backports-6.3.6.backports ISSUE_TEMPLATE.md
net-ssh-backports-6.3.5.backports ISSUE_TEMPLATE.md
net-ssh-backports-6.3.4.backports ISSUE_TEMPLATE.md
net-ssh-backports-6.3.3.backports ISSUE_TEMPLATE.md
net-ssh-backports-6.3.2.backports ISSUE_TEMPLATE.md
net-ssh-backports-6.3.1.backports ISSUE_TEMPLATE.md
net-ssh-backports-6.3.0.backports ISSUE_TEMPLATE.md
net-ssh-7.2.2.rc1 ISSUE_TEMPLATE.md
net-ssh-7.2.1 ISSUE_TEMPLATE.md
net-ssh-7.2.1.rc1 ISSUE_TEMPLATE.md
net-ssh-7.2.0 ISSUE_TEMPLATE.md
net-ssh-7.2.0.rc1 ISSUE_TEMPLATE.md
net-ssh-7.2.0.beta1 ISSUE_TEMPLATE.md
net-ssh-7.1.0 ISSUE_TEMPLATE.md
net-ssh-7.1.0.beta2 ISSUE_TEMPLATE.md
net-ssh-7.1.0.beta1 ISSUE_TEMPLATE.md