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.

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to