!7 p { SSHClient ssh = sshLogin("root", "botcompany.de"); repeat with sleep 10 { sshCommand(ssh, "uptime"); } }