← Back to team overview

launchpad-dev team mailing list archive

Re: rocketfuel-setup wants to add user sabdfl to ~/.ssh/config

 

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.



Follow ups

References