-
-
Notifications
You must be signed in to change notification settings - Fork 162
SshCmd
aelassas edited this page Nov 12, 2022
·
1 revision
<?xml version="1.0" encoding="utf-8" ?>
<Tasks>
<!--
SshCmd is a sequential task that executes an SSH command.
-->
<Task id="$int" name="SshCmd" description="$string" enabled="true|false">
<!-- SSH host. -->
<Setting name="host" value="$string" />
<!-- SSH port. Defaults to 22.-->
<Setting name="port" value="$int" />
<!-- SSH username. -->
<Setting name="username" value="$string" />
<!-- SSH password. -->
<Setting name="password" value="$string" />
<!-- SSH command. -->
<Setting name="cmd" value="$string" />
<!-- SSH command timeout. Defaults to 60 seconds.-->
<Setting name="timeout" value="$int" />
</Task>
</Tasks>
Copyright © Akram El Assas. All rights reserved.