hirura/hrr_rb_ssh

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/verify.yml
.gitignore
.rspec
.travis.yml
CODE_OF_CONDUCT.md
Gemfile
LICENSE
README.md
Rakefile
demo/client.rb59
A
0 mins
demo/echo_server.rb65
B
5 hrs
demo/more_flexible_auth.rb86
B
6 hrs
demo/multi_step_auth.rb80
B
6 hrs
demo/server.rb107
B
5 hrs
demo/subsystem_echo_server.rb73
A
3 hrs
hrr_rb_ssh.gemspec
lib/hrr_rb_ssh.rb29
A
0 mins
lib/hrr_rb_ssh/algorithm.rb5
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey.rb16
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2.rb73
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2/ecdsa_signature_blob.rb16
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2/public_key_blob.rb17
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2/signature.rb16
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2_nistp256.rb14
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2_nistp384.rb14
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2_nistp521.rb14
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ssh_dss.rb79
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ssh_dss/public_key_blob.rb19
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ssh_dss/signature.rb16
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ssh_rsa.rb56
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ssh_rsa/public_key_blob.rb17
A
0 mins
lib/hrr_rb_ssh/algorithm/publickey/ssh_rsa/signature.rb16
A
0 mins
lib/hrr_rb_ssh/authentication.rb174
B
6 hrs
lib/hrr_rb_ssh/authentication/authenticator.rb12
A
0 mins
lib/hrr_rb_ssh/authentication/constant.rb10
A
0 mins
lib/hrr_rb_ssh/authentication/method.rb15
A
0 mins
lib/hrr_rb_ssh/authentication/method/keyboard_interactive.rb58
A
1 hr
lib/hrr_rb_ssh/authentication/method/keyboard_interactive/context.rb35
A
35 mins
lib/hrr_rb_ssh/authentication/method/keyboard_interactive/info_request.rb37
A
0 mins
lib/hrr_rb_ssh/authentication/method/keyboard_interactive/info_response.rb25
A
0 mins
lib/hrr_rb_ssh/authentication/method/none.rb35
A
0 mins
lib/hrr_rb_ssh/authentication/method/none/context.rb28
A
0 mins
lib/hrr_rb_ssh/authentication/method/password.rb41
A
0 mins
lib/hrr_rb_ssh/authentication/method/password/context.rb30
A
0 mins
lib/hrr_rb_ssh/authentication/method/publickey.rb92
A
0 mins
lib/hrr_rb_ssh/authentication/method/publickey/algorithm.rb20
A
0 mins
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/ecdsa_sha2_nistp256.rb16
A
0 mins
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/ecdsa_sha2_nistp384.rb16
A
0 mins
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/ecdsa_sha2_nistp521.rb16
A
0 mins
lib/hrr_rb_ssh/authentication/method/publickey/algorithm/functionable.rb67
A
1 hr