Add RemoteCommand option to specify a command in the ssh config
authorbluhm <bluhm@openbsd.org>
Tue, 30 May 2017 18:58:37 +0000 (18:58 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 30 May 2017 18:58:37 +0000 (18:58 +0000)
commit843f647ae439779c7c1fc4cd756ca0c8f75f6a8e
tree06734a2a8427a064cb4209ecdb4c935c21481978
parentb47f84309291da48e092576d16de5db2e0f8afe6
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@
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/ssh.1
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh_config.5