Files
cshenv/ssh/sample.config

15 lines
214 B
Plaintext

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