hirura/hrr_rb_ssh

View on GitHub
lib/hrr_rb_ssh/authentication/method/keyboard_interactive.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method request_authentication has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def request_authentication username, service_name
          message = {
            :'message number' => Messages::SSH_MSG_USERAUTH_REQUEST::VALUE,
            :"user name"      => username,
            :"service name"   => service_name,
Severity: Minor
Found in lib/hrr_rb_ssh/authentication/method/keyboard_interactive.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status