diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-08 17:17:30 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-08 17:17:30 +0100 |
commit | 6c84566aad08dcfd49482e07543487ece4e23261 (patch) | |
tree | 6d217bbba0ed4044f84aca4b85cc6b5f68929d73 /README | |
parent | Add cd option (diff) | |
download | sshexec-6c84566aad08dcfd49482e07543487ece4e23261.tar.gz sshexec-6c84566aad08dcfd49482e07543487ece4e23261.tar.bz2 sshexec-6c84566aad08dcfd49482e07543487ece4e23261.tar.xz |
Add asis and nasis options
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | README | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -3,8 +3,9 @@ NAME SYNOPSIS sshexec [{ [ssh=ssh-command] [dir=directory] [cd=(strict|lax)] - [[fd]{>,>>,>|,<,<>}[&]=file] }] [ssh-option] ... - destination command [argument] ... + [[fd]{>,>>,>|,<,<>}[&]=file] [asis=asis-marker + [nasis=asis-count]] }] [ssh-option] ... destination + command [argument] ... DESCRIPTION The sshexec utility is a wrapper for SSH that makes it easy to @@ -103,6 +104,17 @@ OPTIONS Close the file descriptor fd. (Default fd is 0 (standard input).) + asis=asis-marker + Any argument equal to asis-marker will be skipped over + and instead the next argument (regardless of whether + it to is equal to asis-marker) will be interpreted as + raw shell code string that shall be inserted without + escaping. + + masis=asis-count + If specified, asis-marker shall only have it's specified + affect up to asis-count times. + OPERANDS The following operands are supported: |