about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorCase Duckworth2020-04-26 08:20:30 -0500
committerCase Duckworth2020-04-26 08:20:30 -0500
commit7b5d702e202e3e3b6d00670ecd670505071a4f54 (patch)
treeb7122deaa26fdfb1fb0a7db07beccf0b4079cc8d /README.md
parentAdd Uninstall info (diff)
downloadmrgrctrnl-7b5d702e202e3e3b6d00670ecd670505071a4f54.tar.gz
mrgrctrnl-7b5d702e202e3e3b6d00670ecd670505071a4f54.zip
Add key and rest fields and improve ssh calls
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md index 7d92514..b1f724a 100644 --- a/README.md +++ b/README.md
@@ -33,10 +33,16 @@ with whitespace-separeted fields.
33A `#` begins a comment that goes to the end of the line. 33A `#` begins a comment that goes to the end of the line.
34 34
35``` 35```
36# machine user local remote 36# machine user local remote key rest
37example.com ted localhost:6989 localhost:6667 37example.com ted localhost:6989 localhost:6667 /path/to/key.pub [..]
38``` 38```
39 39
40**machine**, **user**, **local**, and **remote** are required.
41**key** and **rest** are optional.
42
43**rest** is more command-line options, if there's anything else you'd like to
44include in the command.
45
40## Requirements 46## Requirements
41 47
42- POSIX environment 48- POSIX environment