Require net-ssh ~> 7.0 for SHA-2 support

Versions of net-ssh before 7.0 do not support the SHA-2 algorithm and result in mrsk not being able to connect to hosts using keys generated with it. net-ssh is also a dependency of sshkit, however, sshkit has a version requirement of >= 2.8.0 for net-ssh, so is not effective at ensuring mrsk has the version it needs to be the most compatible.
This commit is contained in:
Mat Harvard
2023-04-10 07:29:07 -07:00
parent fb1718ca6d
commit d8c61004e4
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ PATH
bcrypt_pbkdf (~> 1.0)
dotenv (~> 2.8)
ed25519 (~> 1.2)
net-ssh (~> 7.0)
sshkit (~> 1.21)
thor (~> 1.2)
zeitwerk (~> 2.5)