diff options
author | bluhm@openbsd.org <bluhm@openbsd.org> | 2017-05-30 20:58:37 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-31 02:51:09 +0200 |
commit | 1112b534a6a7a07190e497e6bf86b0d5c5fb02dc (patch) | |
tree | ad8c53c5857fe2290828b378b8c4cb8aff27fefe /ssh.1 | |
parent | upstream commit (diff) | |
download | openssh-1112b534a6a7a07190e497e6bf86b0d5c5fb02dc.tar.xz openssh-1112b534a6a7a07190e497e6bf86b0d5c5fb02dc.zip |
upstream commit
Add RemoteCommand option to specify a command in the
ssh config file instead of giving it on the client's command line. This
command will be executed on the remote host. The feature allows to automate
tasks using ssh config. OK markus@
Upstream-ID: 5d982fc17adea373a9c68cae1021ce0a0904a5ee
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.381 2017/05/05 10:41:58 naddy Exp $ -.Dd $Mdocdate: May 5 2017 $ +.\" $OpenBSD: ssh.1,v 1.382 2017/05/30 18:58:37 bluhm Exp $ +.Dd $Mdocdate: May 30 2017 $ .Dt SSH 1 .Os .Sh NAME @@ -518,6 +518,7 @@ For full details of the options listed below, and their possible values, see .It PubkeyAcceptedKeyTypes .It PubkeyAuthentication .It RekeyLimit +.It RemoteCommand .It RemoteForward .It RequestTTY .It SendEnv |