[EMAIL PROTECTED] wrote:
Where do <rootssh/> and <rpmssh/> come from?

presets around sshexec, with server and login details set up.. Both the root and normal user accounts have the same entry in their allowed keylist, so I just log in as the different person

    <presetdef name="rpmssh">
      <sshexec host="${rpm.ssh.server}"
          username="${rpm.ssh.user}"
          passphrase="${rpm.ssh.passphrase}"
          trust="${rpm.ssh.trust}"
          keyfile="${rpm.ssh.keyfile}"
          timeout="${ssh.command.timeout}"
          />
    </presetdef>
    <presetdef name="rootssh">
      <rpmssh
          username="root"
          />
    </presetdef>

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

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

Reply via email to