You could try the ftp deployment instead of scp, that might work. But if you
are staying local, use site-stage will solve your issue.

if not local to the box, then you need a deployment declaration like you are
using.

---
Thank You…

Mick Knutson, President

BASE Logic, Inc.
Enterprise Architecture, Design, Mentoring & Agile Consulting
p. (866) BLiNC-411: (254-6241-1)
f. (415) 685-4233

Website: http://baselogic.com
Linked IN: http://linkedin.com/in/mickknutson
Vacation Rental: http://tahoe.baselogic.com
---



On Tue, Dec 16, 2008 at 10:26 AM, Kent Närling <kent.narl...@seamless.se>wrote:

> So, you are saying that only signature/key-based SSH works with deployment?
> not simply username+password? (that was what I tried)
> I do make site-stage too, just wanted to test the first deployment against
> a
> port-forwarded port to another host ...
>
> //Kent
>
> 2008/12/16 Mick Knutson <mickknut...@gmail.com>
>
> > scp is using ssh so you need a key generated. If you are building and
> > deploying locally, try to just stage the site to the directory you want.
> >
> > site-stage
> >
> >
> >
> > ---
> > Thank You…
> >
> > Mick Knutson, President
> >
> > BASE Logic, Inc.
> > Enterprise Architecture, Design, Mentoring & Agile Consulting
> > p. (866) BLiNC-411: (254-6241-1)
> > f. (415) 685-4233
> >
> > Website: http://baselogic.com
> > Linked IN: http://linkedin.com/in/mickknutson
> > Vacation Rental: http://tahoe.baselogic.com
> > ---
> >
> >
> >
> > On Tue, Dec 16, 2008 at 10:05 AM, Kent Närling <kent.narl...@seamless.se
> > >wrote:
> >
> > > I am trying to deploy a project site, but it seems that the deployment
> > > possibilities are very limited?
> > >
> > > eg. I am trying this:
> > >
> > >  <distributionManagement>
> > >    <site>
> > >      <id>project-site</id>
> > >      <url>scp://localhost/home/admin/test</url>
> > >    </site>
> > >  </distributionManagement>
> > >
> > > But then I get:
> > > Embedded error: The host was not known and was not accepted by the
> > > configuration: localhost
> > > reject HostKey: localhost
> > >
> > > It doesn't accept localhost?? why??
> > >
> > > Also, I would actually like to be able to use another port (than 22) is
> > > this
> > > even possible?
> > >
> > > The documentation regarding the distribution options/protocols seems
> > almost
> > > non-existant, or?
> > >
> >
>
>
>
> --
> Kent Närling
>
> System Architect
> SEAMLESS
> Dalagatan 100, 8 tr, 113 43 Stockholm, Sweden
> Phone: +46 8 5648 7800, fax: +46 8 5648 7823
> Mobile: +46 70 836 9925
> Mail: kent.narl...@seamless.se
> www.seamless.se
>

Reply via email to