Files
ubicloud/model/sshable.rb
Hadi Moshayedi d549cb59a0 Execute the block passed to Sshable.start_fresh_session
In `Prog::Vm::VmHostSliceNexus.available?` we relied on the block passed
to `Sshable.start_fresh_session` being executed. But it wasn't executed
previously.

This change fixes that by passing it to `Net::SSH.start` which accepts a
block:

```
.start(host, user = nil, options = {}, &block)
```
2025-03-03 13:02:31 -08:00

4.6 KiB