logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

datalad sshrun - run command on remote machines via SSH.

Authors

        datalad is developed by The DataLad Team and Contributors <team@datalad.org>.

datalad sshrun 1.1.5                               2025-03-03                                  dataladsshrun(1)

Description

       This  is a replacement for a small part of the functionality of SSH.  In addition to SSH alone, this com‐
       mand can make use of datalad's SSH connection management. Its primary use case is to be used with Git  as
       'core.sshCommand' or via "GIT_SSH_COMMAND".

       Configure `datalad.ssh.identityfile` to pass a file to the ssh's -i option.

Name

dataladsshrun - run command on remote machines via SSH.

Options

       login  [user@]hostname.

       cmd    command for remote execution.

       -h, --help, --help-np
              show  this  help message. --help-np forcefully disables the use of a pager for displaying the help
              message

       -pPORT, --portPORT
              port to connect to on the remote host.

       -4     use IPv4 addresses only.

       -6     use IPv6 addresses only.

       -o OPTION
              configuration option passed to SSH.

       -n     Do not connect stdin to the process.

       --version
              show the module and its version which provides the command

Synopsis

dataladsshrun [-h] [-p PORT] [-4] [-6] [-o OPTION] [-n] [--version] login cmd

See Also