← Back to team overview

bzr-mac team mailing list archive

Re: Using ssh key with Amazon Web Services in Explorer (was Re: Bazaar Explorer -- quirky)

 

On 2010-02-05 12:15 , Ryan wrote:
> Thanks Neil. Will start a new thread going forward.
> 
> Yes, I can currently connect to AWS from Terminal. The command is
> 
> ssh ec2
> 
> In ~/.ssh/cofig I configured
> 
> Host ec2
> HostName  mysite.com
> User root
> IdentityFile /Users/Ryan/.ssh/aws.pem
> 
> I can't figure out how to connect to my AWS server. Where's the command?

I'm still not clear on what you want to *do* on your AWS server.  We
can't give you a command if we don't know what command you are looking for.

Do you want to store Bazaar branches on that server?  Then you will need
to do something like "bzr init bzr+ssh://ec2/path/to/branch" to start a
Bazaar branch there.  The same functionality is available in Bazaar
Explorer's Bazaar->Start->Initialize dialog: just enter the above URL
into the location box.

Do you want to browse Bazaar branches that are already present on the
server?  Then you can use the "Open Location" command with a URL that
starts with bzr+ssh://ec2/path/to/directory where /path/to/directory
stores a collection of Bazaar branches on the server.

-Neil



References