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) ```
4.6 KiB
4.6 KiB