diff options
Diffstat (limited to 'tests/configs/robey.config')
-rw-r--r-- | tests/configs/robey.config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/configs/robey.config b/tests/configs/robey.config new file mode 100644 index 00000000..2175182f --- /dev/null +++ b/tests/configs/robey.config @@ -0,0 +1,18 @@ +# A timeless classic? +# NOTE: some lines in here have 'extra' whitespace (incl trailing, and mixed +# tabs/spaces!) on purpose. + +Host * + User robey + IdentityFile =~/.ssh/id_rsa + +# comment +Host *.example.com + User bjork +Port=3333 +Host * + Crazy something dumb +Host spoo.example.com +Crazy something else + +# vim: set ft=sshconfig list : |