Bug #1914
Client installation does not install ssh_auth.rb
Status: | Closed | Start date: | 04/16/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | CLI | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.0 |
Description
In file oneuser_helper.rb
line 64, the file opennebula/ssh_auth
is required, but it is not installed when using install.sh -c
.
Adding src/authm_mad/remotes/ssh/ssh_auth.rb
to RUBY_OPENNEBULA_LIB_FILES
.
Related, but not exactly the same problem, the file src/cli/oneuser
requires ssh_auth
. Changing the require
to opennebula/ssh_auth
makes oneuser key
work.
Associated revisions
bug #1914: added auth lib files to client installation
bug #1914: fixed ssh_auth require in oneuser cmd
bug #1914: added auth lib files to client installation
(cherry picked from commit edd52c2467fb7778470b0b2f273ca9a30783ec79)
Conflicts:
install.sh
bug #1914: fixed ssh_auth require in oneuser cmd
(cherry picked from commit e631dad69dc05bc6b90e732de5823cdb1baad269)
History
#1 Updated by Ruben S. Montero about 8 years ago
- Assignee set to Javi Fontan
- Target version set to Release 4.0
#2 Updated by Javi Fontan about 8 years ago
- Status changed from New to Closed
- Resolution set to fixed
Thanks for the tip. Both issues are fixed now in branch one-4.0.