diff options
author | bluhm@openbsd.org <bluhm@openbsd.org> | 2017-05-30 18:58:37 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-31 10:51:09 +1000 |
commit | 1112b534a6a7a07190e497e6bf86b0d5c5fb02dc (patch) | |
tree | ad8c53c5857fe2290828b378b8c4cb8aff27fefe /readconf.h | |
parent | eb272ea4099fd6157846f15c129ac5727933aa69 (diff) |
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 'readconf.h')
-rw-r--r-- | readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index f47f53402..94dd427f5 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.121 2017/04/30 23:18:22 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.122 2017/05/30 18:58:37 bluhm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -134,6 +134,7 @@ typedef struct { | |||
134 | 134 | ||
135 | char *local_command; | 135 | char *local_command; |
136 | int permit_local_command; | 136 | int permit_local_command; |
137 | char *remote_command; | ||
137 | int visual_host_key; | 138 | int visual_host_key; |
138 | 139 | ||
139 | int request_tty; | 140 | int request_tty; |