diff options
Diffstat (limited to 'tests/home/testuser/.ssh/config')
-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 8610bc9..113a511 100644 --- a/tests/home/testuser/.ssh/config +++ b/tests/home/testuser/.ssh/config @@ -6,4 +6,4 @@ RSAAuthentication no GSSAPIAuthentication no StrictHostKeyChecking yes -# UserKnownHostsFile will be filled in dynamically. +# UserKnownHostsFile and ProxyCommand will be filled in dynamically. |