blob: 2175182f2f8eaaa0478cdef7f5b215a96f464df4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 :
|