0010-Fix-obsolete-comment.patch
src/authm_mad/remotes/ssh/ssh_auth.rb | ||
---|---|---|
27 | 27 | |
28 | 28 |
# SSH key authentication class. It can be used as a driver for auth_mad |
29 | 29 |
# as auth method is defined. It also holds some helper methods to be used |
30 |
# by oneauth command
|
|
30 |
# by oneuser command
|
|
31 | 31 |
class OpenNebula::SshAuth |
32 | 32 |
LOGIN_PATH = ENV['HOME']+'/.one/one_ssh' |
33 | 33 | |
34 |
- |