aboutsummaryrefslogtreecommitdiffstats
path: root/sshexec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split the code into more functions and add documentationMattias Andrée2025-02-081-146/+342
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* add sshcd + fix bugMattias Andrée2025-02-081-10/+39
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add asis and nasis optionsMattias Andrée2025-02-081-5/+37
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add cd optionMattias Andrée2025-02-081-2/+12
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for sshexec:// prefix and directory suffix in the destination argumentMattias Andrée2025-02-081-1/+21
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Use `exec env --` instead of `exec --`Mattias Andrée2025-02-081-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Forbid - and variable assigment formatted commandMattias Andrée2025-02-081-0/+5
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix operand count checkMattias Andrée2025-02-081-1/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Add support for redirecting file descriptors1.1Mattias Andrée2024-07-261-4/+55
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix reported usage syntaxMattias Andrée2023-11-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2023-11-171-0/+224
Signed-off-by: Mattias Andrée <maandree@kth.se>