[jboss-jira] [JBoss JIRA] (AS7-5931) Provide better error message when authorized_keys cannot be setup

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Nov 13 03:01:19 EST 2012


Thomas Diesler created AS7-5931:
-----------------------------------

             Summary: Provide better error message when authorized_keys cannot be setup
                 Key: AS7-5931
                 URL: https://issues.jboss.org/browse/AS7-5931
             Project: Application Server 7
          Issue Type: Feature Request
          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


More information about the jboss-jira mailing list