summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir/sshconfig.ok
blob: b24b7cf4e1fe4f7e452edbe554c715c29bf7a358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# vim: set filetype=sshconfig shiftwidth=4 expandtab :

# START_INDENT
Host myhost
    User myuser
    PasswordAuthentication no
# END_INDENT

# START_INDENT
Host aaa
    User bbb
Host ccc
Host ddd
# END_INDENT

# START_INDENT
host aaa
HOST bbb
hoSt ccc
match ddd
MATCH eee
MatCH fff
# END_INDENT

# START_INDENT
Host aaa
    User host
    PasswordAuthentication no
Host *
    User user
    PasswordAuthentication no
Host match
    User bbb
# END_INDENT

# START_INDENT
Host	tab
    User myuser
# END_INDENT

# START_INDENT
Host 	 mix
    User myuser
# END_INDENT

# START_INDENT
Host aaa
    User bbb
Match ccc
    User ddd
    HostKeyAlgorithms ssh-ed25519
Match eee
# END_INDENT