File: kerberos.rb

package info (click to toggle)
ruby-net-ssh-krb 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ruby: 277; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'net/ssh'
require 'net/ssh/errors'

module Net; module SSH; module Kerberos
end; end; end

require 'net/ssh/authentication/methods/gssapi_with_mic'