You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,4 +85,19 @@ It was reported that the `rsync` version shipped with MacOS doesn't support the
85
85
```bash
86
86
brew install rsync
87
87
```
88
-
See also [#10](https://github.com/sgeisler/cargo-remote/issues/10).
88
+
See also [#10](https://github.com/sgeisler/cargo-remote/issues/10).
89
+
90
+
### SSH Configuration Suggestion
91
+
Establishing a new SSH connection for every remote call takes time. It is recommended to reuse existing SSH sessions by enabling SSH multiplexing. Add an entry like the following to your SSH config file (`~/.ssh/config`):
0 commit comments