Comment 16 for bug 1964025

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

# Test Plan

$ lxc launch ubuntu-daily:jammy ruby-net-ssh-test
$ lxc shell ruby-net-ssh-test
# apt update && apt upgrade -y
<enable jammy-proposed>
# apt install -y ruby-net-ssh
# dpkg -l | grep ruby-net-ssh
ii ruby-net-ssh 1:6.1.0-2ubuntu0.1 all Ruby implementation of the SSH protocol
<try to access the host machine>
# ruby -e "require 'net/ssh'; Net::SSH.start('10.191.226.1', 'lucas') do |ssh| puts ssh.exec!('hostname') end"
lucas@10.191.226.1's password:
poseidon

No error as expected. I'll let other affected people test the package in jammy-proposed before flipping the tags to done.