Scroll to navigation

datalad sshrun(1) General Commands Manual datalad sshrun(1)

NAME

datalad sshrun - run command on remote machines via SSH.

SYNOPSIS

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

DESCRIPTION

This is a replacement for a small part of the functionality of SSH. In addition to SSH alone, this command 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.

OPTIONS

[user@]hostname.
command for remote execution.

show this help message. --help-np forcefully disables the use of a pager for displaying the help message
port to connect to on the remote host.
-4
use IPv4 addresses only.
-6
use IPv6 addresses only.
configuration option passed to SSH.
Do not connect stdin to the process.
show the module and its version which provides the command

AUTHORS


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

2024-03-10 datalad sshrun 0.19.6