blob: 93e495b0d72036ddccc1f38bb58364748c4c6ff6 (
plain)
1
2
3
4
|
# With quotes and tilde, and =
UserKnownHostsFile = "~/_known_hosts/known_hosts2"
# Without quotes, with tilde, and another on the same line
UserKnownHostsFile ~/_known_hosts/known_hosts3 _known_hosts/known_hosts4
|