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