diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 01:07:41 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-26 01:07:41 -0400 |
commit | f0fc313acc49c2f24cfc4d7e0a49fb7c1e3755f7 (patch) | |
tree | af541883154efafd859bd61378f691972ae7e50c /tests/home | |
parent | a718b8d343f7b7de02be1a27a9f98a0ae52f0071 (diff) |
testing: fix ssh_config var UserKnownHosts to UserKnownHostsFile.
Diffstat (limited to 'tests/home')
-rw-r--r-- | tests/home/testuser/.ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/home/testuser/.ssh/config b/tests/home/testuser/.ssh/config index 566d1c0..8610bc9 100644 --- a/tests/home/testuser/.ssh/config +++ b/tests/home/testuser/.ssh/config @@ -6,4 +6,4 @@ RSAAuthentication no GSSAPIAuthentication no StrictHostKeyChecking yes -# UserKnownHosts file will be filled in dynamically. +# UserKnownHostsFile will be filled in dynamically. |