Document the ssh config hooks, by example.

This commit is contained in:
2026-02-12 14:30:34 -05:00
parent ac2de353aa
commit da49679bb0
+14
View File
@@ -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