Source: remrun Section: utils Priority: optional Maintainer: Peter Pentchev Build-Depends: debhelper (>> 13.15.2~), dh-sequence-single-binary, dpkg-build-api (= 1), openssh-client , openssh-server , python3 , python3-utf8-locale , Standards-Version: 4.7.0 X-DH-Compat: 14 Homepage: https://devel.ringlet.net/sysutils/remrun/ Vcs-Git: https://gitlab.com/ppentchev/remrun.git -b debian/unstable Vcs-Browser: https://gitlab.com/ppentchev/remrun/tree/debian/unstable X-Style: black Package: remrun Architecture: all Multi-Arch: foreign Description: copy a file to a remote host and execute it there The remrun tool may be useful for one-off execution of a series of commands or a complicated command that does not easily lend itself to shell quoting and escaping via SSH. It copies the specified file to the remote host using SSH under a temporary filename, executes it on the remote side, then removes the temporary file.