Skip to content

Commit cc4e501

Browse files
committed
formatting and wording updates
1 parent 01cda36 commit cc4e501

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# cmc
22

3-
ControlMaster Controller - Eases management of SSH ControlMaster connections
3+
ControlMaster Controller - Eases management of SSH ControlMaster connections
4+
45

56
## Overview
67

@@ -68,25 +69,26 @@ eventually be included in Homebrew proper. Thank you!
6869

6970
### ControlPersist
7071

71-
**Note:** This utility is partially deprecated by the addition of
72-
ControlPersist in [OpenSSH 5.6][openssh56]. It allows ControlMaster sessions to
73-
be configured to timeout instead of relying on a utility like `cmc` to manage
74-
them. See [ssh_config(5)][mansshconfig] for more details.
72+
Prior to the addition of `ControlPersist` in [OpenSSH 5.6][openssh56], this
73+
utility was needed. However it still convenient to be able to quickly manage
74+
ControlMaster connections.
75+
76+
For more information on `ControlPersist` see [ssh_config(5)][mansshconfig].
7577

7678
[openssh56]:https://www.openssh.com/txt/release-5.6
7779
[mansshconfig]:http://man.openbsd.org/OpenBSD-current/man5/ssh_config.5
7880

7981

8082
### Workflow
8183

82-
**See** [`docs/workflow`][workflow].
84+
See [`docs/workflow`][workflow].
8385

8486
[workflow]:docs/workflow.rst
8587

8688

8789
### Annotated SSH Configuration
8890

89-
**See** [`docs/annotated_config`][annotated].
91+
See [`docs/annotated_config`][annotated].
9092

9193
[annotated]:docs/annotated_config.rst
9294

0 commit comments

Comments
 (0)