I keep getting this error:
*[INFO] [site:deploy]
The authenticity of host '208.96.48.200' can't be established.
RSA key fingerprint is 15:6f:d1:60:05:21:dd:43:4b:4d:d6:9e:4f:3b:aa:e4.
Are you sure you wan*t to continue connecting? (yes/no):

I have create a ppk and key from putty, and have added this to my pom.xml

        <site>
            <id>site.internal</id>
            <name>site.internal</name>
            <url>${siteUrl}</url>
        </site>

And here is my settings.xml

        <server>
            <id>site.internal</id>
            <username>admin</username>
            <password>[password]</password>
            <filePermissions>664</filePermissions>
            <directoryPermissions>755</directoryPermissions>
            <privateKey>c:/ssh/internal-private.ppk</privateKey>
            <configuration>
                <sshExecutable>plink</sshExecutable>
                <scpExecutable>pscp</scpExecutable>
            </configuration>
        </server>

...

                <siteUrl>scp://208.0.50.1/:/var/www/html/site</siteUrl>

I have spent all day on this, and can't find anything that fixes this issue.



-- 
---
Thank You…

Mick Knutson
BASE Logic, inc.

Website: http://baselogic.com
Blog: http://baselogic.com/blog
BLiNC Magazine: http://blincmagazine.com
Linked IN: http://linkedin.com/in/mickknutson
DJ Mick: http://djmick.com
MySpace: http://myspace.com/mickknutson
Tahoe: http://tahoe.baselogic.com

Reply via email to