[
https://issues.jboss.org/browse/AS7-5931?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler updated AS7-5931:
--------------------------------
Summary: Cannot be setup Karaf authorized_keys (was: Provide better error message
when authorized_keys cannot be setup)
Issue Type: Bug (was: Feature Request)
Cannot be setup Karaf authorized_keys
--------------------------------------
Key: AS7-5931
URL:
https://issues.jboss.org/browse/AS7-5931
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.2.0.CR1
The Karaf integration starts a remote ssh console and currently needs a set of
authorized_keys file in karaf/etc
{code}
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.873s
[INFO] Finished at: Mon Nov 12 11:32:11 PST 2012
[INFO] Final Memory: 15M/167M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.6:run
(modular-config) on project jboss-as-build-modular:
An Ant BuildException has occured: Warning: Could not find file
/home/yourname/.ssh/authorized_keys to copy. -> [Help 1]
{code}
Maybe we should limit ourselves to document this instead of trying to copy the users
.ssh/authorized_keys file, which on a non-server machine is likely not to exist.
The authorized_keys file contains the public keys of all clients that are authorized to
connect (one key per line)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira