0010-Fix-obsolete-comment.patch

Jean-Philippe Garcia Ballester, 04/17/2013 11:06 AM

Download (851 Bytes)

View differences:

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
-