.TH "datalad sshrun" "1" "2019\-02\-08" ""datalad sshrun 0.11.2"" .SH NAME \fBdatalad sshrun\fR \- run command on remote machines via SSH. .SH SYNOPSIS .nh .HP \fBdatalad sshrun\fR [-h] [-p\~PORT] [-n] 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". .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. [Default: None] .TP \fB-n\fR Redirect stdin from /dev/null. [Default: False] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .