On Thu, Jul 23, 2009 at 1:12 AM, Julian Edwards<[email protected]> wrote: > On Wednesday 22 July 2009 15:43:51 BUGabundo wrote: >> this may sound like a silly question, but why does rocketfuel-setup >> wants to add user sabdfl to ~/.ssh/config ? >> >> grep -q "^Host .*bazaar.launchpad.dev" ~/.ssh/config >> if [ $? -ne 0 ]; then >> echo "Please add the following directives to your ~/.ssh/config: >> ------------------------------------------------------------ >> Host bazaar.launchpad.dev >> Hostname launchpad.dev >> HostKeyAlias bazaar.launchpad.dev >> User sabdfl >> Port 5022 >> IdentityFile ~/.ssh/launchpad_id_dsa >> ------------------------------------------------------------ >> >> (Hit Return when done...) >> " >> read >> fi > > It's a consequence of the sample data. Note the host name it's using. > > The data should probably get fixed to use a different user.
Or no user at all. './utilities/make-lp-user' sets up a user with an SSH key. It's what I use when I want to test codehosting locally. jml _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

