← Back to team overview

launchpad-dev team mailing list archive

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

 

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
-- 
This message was sent from Launchpad by the user
BUGabundo (https://edge.launchpad.net/~bugabundo)
using the "Contact this team" link on the Launchpad Community Development Team
team page.
For more information see
https://help.launchpad.net/YourAccount/ContactingPeople



Follow ups