diff --git a/ssh/sample.config b/ssh/sample.config new file mode 100644 index 0000000..f07b7b8 --- /dev/null +++ b/ssh/sample.config @@ -0,0 +1,14 @@ +Match all + include ~/cshenv/ssh/prologue + +# ---- Host specific options go here... + +# Host foo.bar + # User quux + +# ---- End of host specific options... + +Match all + include ~/cshenv/ssh/epilogue + +# vim: ft=sshconfig