#4115 Tests: tilde not expanded for $IPA_ROOT_SSH_KEY
Closed: Fixed None Opened 10 years ago by pviktori.

Reported by QE

<DEBUG>: Warning: Identity file ~/.ssh/id_rsa not accessible: No such
file or directory.

Python is probably not able to
interpret tilda '~' to the root home directory.
{{{
[root@dell-pe840-01 ~]# ipa-test-config --global | grep -i ssh
export IPA_ROOT_SSH_PASSWORD=*
export IPA_ROOT_SSH_KEY='~/.ssh/id_rsa'
}}}
Resetting the variable IPA_ROOT_SSH_KEY solved the issue. Can this be
set from the python code?


Metadata Update from @pviktori:
- Issue assigned to pviktori
- Issue set to the milestone: FreeIPA 3.3.x - 2014/01 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata