!7 p { SSHSession session = sshSession("root", "botcompany.de"); repeat with sleep 10 { sshCommand(session, "uptime"); } }