Ssh Scan Versions Save

DEPRECATED - A prototype SSH configuration and policy scanner (Blog: https://mozilla.github.io/ssh_scan/)

0.0.44

2 years ago

ssh_scan v0.0.44 release

  • Add Ruby 3.x support
  • Update Docker image to support Ruby 3.x
  • Update bundler to 2.x
  • Switch to IPSocket.getaddress
  • Update net-ssh 6.x and switch to new verifier status
  • Update rake to a new version

0.0.43

3 years ago

ssh_scan v0.0.43 release

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.43

0.0.42

4 years ago

ssh_scan v0.0.42 release

  • Better exception handling in client.rb (#504)
    • Special thanks to @J12934

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.42

0.0.41

5 years ago

ssh_scan v0.0.41 release

  • Fix NoMethod error in Result key defaults (#499)
    • Special thanks to @electrical and @jstangroome

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.41

0.0.40

5 years ago

ssh_scan v0.0.40 release

  • Add support for ecdsa and ed25519 keys (#487)
    • Special thanks to @exploide

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.40

0.0.39

5 years ago

ssh_scan v0.0.39 release

  • Refactor key/fingerprint handling (#484) - Special thanks to @exploide

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.39

0.0.38

5 years ago

ssh_scan v0.0.38 release

  • Fix a type error introduced in 0.0.37 with the switch to subprocess code (#478)
    • Special thanks to @exploide and @Allaman
  • Added support for YAML output to ssh_scan binary (#480)
    • Special thanks to @exploide

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.38

0.0.37

5 years ago

ssh_scan v0.0.37 release

  • Fixed deprecated bundler switches (--no-ri --no-rdoc)
  • Moved fingerprint cache storage to user home dir to avoid permissions issues when running as non-root user
  • Fixed a bug where fingerprint cache was being overwritten during each run
  • Removed legacy constant values that were left overs from port to ssh_scan_api effort
  • Fixed a bug in ssh-keyscan runs where by stderr output was getting mixed in stdout and thus corrupting or breaking fingerprint detection

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.37

0.0.36

5 years ago

ssh_scan v0.0.36 release

  • Bumps net-ssh version to support 5.x (#437, #441) Special thanks @fmjgomes

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.36

0.0.35

5 years ago

ssh_scan v0.0.35 release

  • Fixes an unbound dependancy on net-ssh, which recently released breaking changes in 5.x (#435)
    • Special thanks @exploide

Gem release: https://rubygems.org/gems/ssh_scan/versions/0.0.35