puppetlabs / bolt

Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be installed on your local workstation and connects directly to remote nodes with SSH or WinRM, so you are not required to install any agent software.
https://puppet.com/docs/bolt/latest/bolt.html
Apache License 2.0
500 stars 225 forks source link

net-ssh-7.2.3 supports SSH ed25519 login on EL9 operating systems, without using --native-ssh. #3337

Open IYism opened 3 months ago

IYism commented 3 months ago

Puppet Bolt 3.30.0 uses net-ssh version 6.1.0. net-ssh-7.2.3 supports SSH ed25519 login on EL9 operating systems, without using --native-ssh.

donoghuc commented 3 months ago

This will be part of a bolt 4 release.