Ruby Net::SSH.start() is failing with authentication issues but the key being used is fine when sshing outside of Ruby
I’m trying to ssh into a machine as part of a Ruby test and run a command on the machine. To do this, I’m using Ruby’s Net:SSH library. A simple version of the script I’m using looks like: