Do we still need to create a key for doing a build?
Reported by Deleted User | October 11th, 2010 @ 02:37 PM | in Rundeck 1.0
- ./build.sh ERROR: /var/lib/hudson/.ssh/id_dsa file must exist.
Please run: ssh-keygen -t dsa
Finished: FAILURE
Comments and changes to this ticket
-
Greg Schueler October 12th, 2010 @ 06:29 PM
note to self:
[junit] Running com.dtolabs.rundeck.core.execution.script.TestScriptfileAction [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.413 sec [junit] Testsuite: com.dtolabs.rundeck.core.execution.script.TestScriptfileAction [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.413 sec [junit] [junit] Testcase: testCreateRemoteCommandProxy took 0.224 sec [junit] Caused an ERROR [junit] SSH Keyfile, /home/rdeck1/.ssh/id_dsa, does not exist and is needed: /home/rdeck1/.ssh/id_dsa [junit] SSH Keyfile, /home/rdeck1/.ssh/id_dsa, does not exist and is needed: /home/rdeck1/.ssh/id_dsa [junit] at com.dtolabs.rundeck.core.execution.script.ScriptfileAction.createScp(ScriptfileAction.java:292) [junit] at com.dtolabs.rundeck.core.execution.script.ScriptfileAction.createRemoteCommandProxy(ScriptfileAction.java:177) [junit] at com.dtolabs.rundeck.core.execution.script.TestScriptfileAction.testCreateRemoteCommandProxy(TestScriptfileAction.java:95) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] [junit] Testcase: testCreateRemoteCommandProxy
-
Greg Schueler October 12th, 2010 @ 06:31 PM
test should be fixed to use dummy key file, not require user to have one
-
Deleted User October 18th, 2010 @ 04:53 PM
- State changed from new to resolved
(from [6bbbb566095855fe081721cd60171de839c7649f]) Use dummy ssh keyfile for test purposes. [#35 state:resolved] http://github.com/dtolabs/rundeck/commit/6bbbb566095855fe081721cd60...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 35 Do we still need to create a key for doing a build? (from [6bbbb566095855fe081721cd60171de839c7649f]) Use dum...