DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40157>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40157

           Summary: add a <trusthost> / <knownhost> task to add a host to
                    known_hosts
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Its a pain to set up SCP to work on windows, because the putty tools dont set up
~/.ssh/known_hosts. We need a task, <trusthost> to do this, something like

<knownhost host="lucky" fingerprint="fjkdjfdkjfldk90909090" />

or 
<knownhost host="lucky" >
 <fingerprint file="some filename" />
<knownhost host="lucinda" >
 <fingerprint file="http://example.org/public.pub"; />
</knownhost>

yes, there are interesting security issues from all of this, but if you are
running build scripts on your box, you are implictly 0wned

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to