Nick.Adamson at generaldynamics.uk.com
2009-Nov-17 14:35 UTC
[Cruisecontrolrb-users] SSH keeps prompting for a password.
Hi All. I''m new to Cruise Control having just taken over a set of build servers which use it to build our software on Windows and Ubuntu Linux. I''m in the process of making a couple of changes and have run in to a couple of problems which I can''t find an answer for in the documentation. Cruise control is running on a windows box. One of our projects is a build on Linux. Cruise control SSH''s in to the Linux server to perform the build. I''ve recently had to change the user and password for the account it logs in to. I''ve changed the line in the RB file to identify the new user. this seems to be working fine apart from every time cruise control detects a new build in SVN it prompts for the SSH password before continuing with the build. How can I get it to remember the password? Thanks. Nick. Nick Adamson Software Engineer General Dynamics United Kingdom Limited Bryn Brithdir, Oakdale Business Park, Blackwood, South Wales, NP12 4AA Telephone: +44 (0)1495 23 6467 Email: Nick.Adamson at generaldynamics.uk.com <mailto:Nick.Adamson at generaldynamics.uk.com> Website: www.generaldynamics.uk.com <http://www.generaldynamics.uk.com/> To help reduce waste paper, please only print this email if you really need to. This email and any files attached are intended for the addressee and may contain information of a confidential nature. If you are not the intended recipient, be aware that this email was sent to you in error and you should not disclose, distribute, print, copy or make other use of this email or its attachments. Such actions, in fact, may be unlawful. In compliance with the various Regulations and Acts, General Dynamics United Kingdom Limited reserves the right to monitor (and examine for viruses) all emails and email attachments, both inbound and outbound. Email communications and their attachments may not be secure or error- or virus-free and the company does not accept liability or responsibility for such matters or the consequences thereof. General Dynamics United Kingdom Limited, Registered Office: 100 New Bridge Street, London EC4V 6JA. Registered in England and Wales No: 1911653. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20091117/bbe8d5ba/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2071 bytes Desc: Signature.gif URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20091117/bbe8d5ba/attachment.gif>
Chad Woolley
2009-Nov-17 15:12 UTC
[Cruisecontrolrb-users] SSH keeps prompting for a password.
On Tue, Nov 17, 2009 at 7:35 AM, <Nick.Adamson at generaldynamics.uk.com>wrote:> How can I get it to remember the password? > > Set up a no-passphrase SSH key.-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20091117/ce59d8e4/attachment.html>
Nick.Adamson at generaldynamics.uk.com
2009-Nov-18 14:45 UTC
[Cruisecontrolrb-users] SSH keeps prompting for a password.
Hi Chad. Thanks for pointing me in the write direction. I''ve now generated my keys and need to work out where to put the private key file on the windows box running cruisecontrol. The file I''ve got is id_rsa. Any ideas? Thanks. Nick. -----Original Message----- From: cruisecontrolrb-users-bounces at rubyforge.org [mailto:cruisecontrolrb-users-bounces at rubyforge.org] On Behalf Of Chad Woolley Sent: 17 November 2009 15:12 To: cruisecontrolrb-users at rubyforge.org Subject: Re: [Cruisecontrolrb-users] SSH keeps prompting for a password. On Tue, Nov 17, 2009 at 7:35 AM, <Nick.Adamson at generaldynamics.uk.com> wrote: How can I get it to remember the password? Set up a no-passphrase SSH key. This email and any files attached are intended for the addressee and may contain information of a confidential nature. If you are not the intended recipient, be aware that this email was sent to you in error and you should not disclose, distribute, print, copy or make other use of this email or its attachments. Such actions, in fact, may be unlawful. In compliance with the various Regulations and Acts, General Dynamics United Kingdom Limited reserves the right to monitor (and examine for viruses) all emails and email attachments, both inbound and outbound. Email communications and their attachments may not be secure or error- or virus-free and the company does not accept liability or responsibility for such matters or the consequences thereof. General Dynamics United Kingdom Limited, Registered Office: 100 New Bridge Street, London EC4V 6JA. Registered in England and Wales No: 1911653.
Chad Woolley
2009-Nov-18 16:15 UTC
[Cruisecontrolrb-users] SSH keeps prompting for a password.
On Wed, Nov 18, 2009 at 7:45 AM, <Nick.Adamson at generaldynamics.uk.com> wrote:> Thanks for pointing me in the write direction. > I''ve now generated my keys and need to work out where to put the private > key file on the windows box running cruisecontrol. The file I''ve got is > id_rsa. > Any ideas?SSH-fu is pretty basic stuff and outside the scope of this list. However, it''s really useful to know if you are a developer and/or sysadmin. Google for "ssh key tutorial" or similar, and look for a good page which explains it in a way you can understand, and play around until you understand it. Google for any error messages you don''t understand. Good Luck, -- Chad