Document the ssh config hooks, by example.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user