.TH "datalad sshrun" "1" "2023\-07\-03" "datalad sshrun 0.19.2" .SH NAME \fBdatalad sshrun\fR \- run command on remote machines via SSH. .SH SYNOPSIS .nh .HP \fBdatalad sshrun\fR [-h] [-p\~PORT] [-4] [-6] [-o\~OPTION] [-n] [--version] login cmd .hy .SH 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". .PP Configure `datalad.ssh.identityfile` to pass a file to the ssh's \-i option. .SH OPTIONS .TP login [user@]hostname. .TP cmd command for remote execution. .TP \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message .TP \fB-p\fR \fI\s-1PORT\s0\fR, \fB--port\fR \fI\s-1PORT\s0\fR port to connect to on the remote host. .TP \fB-4\fR use IPv4 addresses only. .TP \fB-6\fR use IPv6 addresses only. .TP \fB-o\fR OPTION configuration option passed to SSH. .TP \fB-n\fR Do not connect stdin to the process. .TP \fB--version\fR show the module and its version which provides the command .SH AUTHORS datalad is developed by The DataLad Team and Contributors .