diff options
Diffstat (limited to 'test/fixtures/sftp/config')
-rw-r--r-- | test/fixtures/sftp/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/sftp/config b/test/fixtures/sftp/config new file mode 100644 index 0000000..9f94b9e --- /dev/null +++ b/test/fixtures/sftp/config @@ -0,0 +1,8 @@ +UserKnownHostsFile known_hosts + + # Unindented +Host gee + # Indented, multiple hosts + HostName hus ike + +Host hut |