diff --git a/.ssh/config b/.ssh/config new file mode 100644 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,9 @@ +ControlPath ~/.ssh/mux/%h-%p-%r +ControlPersist 10 + +ExitOnForwardFailure yes + +Host roomag.org *.roomag.org + ForwardAgent yes + +Include config.d/*.ssh