# Connectivity Port 22 AddressFamily any ListenAddress 0.0.0.0 ListenAddress :: # Fluff PrintMotd yes # SFTP Subsystem sftp ${sftp} # Authentication AuthorizedKeysFile /etc/ssh/authorized_keys .ssh/authorized_keys PermitRootLogin no PasswordAuthentication no ChallengeResponseAuthentication no PubkeyAuthentication no # Allow tyil Match User tyil PubkeyAuthentication yes # Allow public key authentication over VPN Match Address 10.57.0.0/16 PubkeyAuthentication yes PermitRootLogin prohibit-password