blob: a134b67ce791f1e164a3c9ecee07348268b7a854 [file] [log] [blame]
<?xml version="1.0"?>
<ServerConfiguration>
<!-- this key needs generating by the provided keygen tool -->
<ServerHostKey PrivateKeyFile="src/testdata/sample-dsa.key"/>
<!-- Port>2023</Port -->
<!-- UserConfigDirectory>src/testdata</UserConfigDirectory -->
<!-- add other authentication methods as desired -->
<AllowedAuthentication>password</AllowedAuthentication>
<AllowedAuthentication>keyboard-interactive</AllowedAuthentication>
<!-- You can specify more subsystems, or even a replacement SFTP subsystem -->
<Subsystem Name="sftp" Type="class" Provider="com.sshtools.daemon.sftp.SftpSubsystemServer" />
</ServerConfiguration>